Skip to content

Commit 22b2c97

Browse files
Minor tweaks
1 parent 94d3805 commit 22b2c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Dumper/PhpDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public function testDumpAutowireData()
287287
$container = include self::$fixturesPath.'/containers/container24.php';
288288
$dumper = new PhpDumper($container);
289289

290-
$this->assertEquals(file_get_contents(self::$fixturesPath.'/php/services24.php'), $dumper->dump());
290+
$this->assertStringEqualsFile(self::$fixturesPath.'/php/services24.php', $dumper->dump());
291291
}
292292

293293
public function testEnvParameter()

0 commit comments

Comments
 (0)