mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
use Symfony PHPUnit Bridge
This commit is contained in:
parent
f4762ef021
commit
a2137d5263
52 changed files with 186 additions and 657 deletions
|
@ -240,7 +240,7 @@ class ClassMapGeneratorTest extends TestCase
|
|||
$fs->removeDirectory($tempDir);
|
||||
}
|
||||
|
||||
protected function assertEqualsNormalized($expected, $actual, $message = null)
|
||||
protected function assertEqualsNormalized($expected, $actual, $message = '')
|
||||
{
|
||||
foreach ($expected as $ns => $path) {
|
||||
$expected[$ns] = strtr($path, '\\', '/');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue