Skip to content

Commit 92f77f2

Browse files
fix merge
1 parent f892536 commit 92f77f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public function testDumpAsFiles()
176176
if ('\\' === DIRECTORY_SEPARATOR) {
177177
$dump = str_replace('\\\\Fixtures\\\\includes\\\\foo.php', '/Fixtures/includes/foo.php', $dump);
178178
}
179-
$this->assertStringEqualsFile(self::$fixturesPath.'/php/services9_as_files.txt', $dump);
179+
$this->assertStringMatchesFormatFile(self::$fixturesPath.'/php/services9_as_files.txt', $dump);
180180
}
181181

182182
public function testServicesWithAnonymousFactories()

0 commit comments

Comments
 (0)