Skip to content

Commit bdab397

Browse files
Fix merge
1 parent b1a730e commit bdab397

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Dumper/PhpDumperTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,6 @@ public function testCurrentFactoryInlining()
15231523
$container->compile();
15241524
$dumper = new PhpDumper($container);
15251525
$dump = $dumper->dump(['class' => 'Symfony_DI_PhpDumper_Service_CurrentFactoryInlining']);
1526-
file_put_contents(self::$fixturesPath.'/php/services_current_factory_inlining.php', $dump);
15271526
$this->assertStringEqualsFile(self::$fixturesPath.'/php/services_current_factory_inlining.php', $dump);
15281527
eval('?>'.$dump);
15291528

0 commit comments

Comments
 (0)