We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f892536 commit 92f77f2Copy full SHA for 92f77f2
src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php
@@ -176,7 +176,7 @@ public function testDumpAsFiles()
176
if ('\\' === DIRECTORY_SEPARATOR) {
177
$dump = str_replace('\\\\Fixtures\\\\includes\\\\foo.php', '/Fixtures/includes/foo.php', $dump);
178
}
179
- $this->assertStringEqualsFile(self::$fixturesPath.'/php/services9_as_files.txt', $dump);
+ $this->assertStringMatchesFormatFile(self::$fixturesPath.'/php/services9_as_files.txt', $dump);
180
181
182
public function testServicesWithAnonymousFactories()
0 commit comments