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 94d3805 commit 22b2c97Copy full SHA for 22b2c97
Tests/Dumper/PhpDumperTest.php
@@ -287,7 +287,7 @@ public function testDumpAutowireData()
287
$container = include self::$fixturesPath.'/containers/container24.php';
288
$dumper = new PhpDumper($container);
289
290
- $this->assertEquals(file_get_contents(self::$fixturesPath.'/php/services24.php'), $dumper->dump());
+ $this->assertStringEqualsFile(self::$fixturesPath.'/php/services24.php', $dumper->dump());
291
}
292
293
public function testEnvParameter()
0 commit comments