Pull merge.
[yaffs-website] / vendor / symfony / class-loader / Tests / ClassMapGeneratorTest.php
index 44359268a8ed93805a02998237d55f8292e3e4d2..ad6a1b86ff959f06590dbded7fca405467cef529 100644 (file)
@@ -14,6 +14,9 @@ namespace Symfony\Component\ClassLoader\Tests;
 use PHPUnit\Framework\TestCase;
 use Symfony\Component\ClassLoader\ClassMapGenerator;
 
+/**
+ * @group legacy
+ */
 class ClassMapGeneratorTest extends TestCase
 {
     /**
@@ -135,7 +138,7 @@ class ClassMapGeneratorTest extends TestCase
         ), ClassMapGenerator::createMap($finder));
     }
 
-    protected function assertEqualsNormalized($expected, $actual, $message = null)
+    protected function assertEqualsNormalized($expected, $actual, $message = '')
     {
         foreach ($expected as $ns => $path) {
             $expected[$ns] = str_replace('\\', '/', $path);