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 b1a730e commit bdab397Copy full SHA for bdab397
Tests/Dumper/PhpDumperTest.php
@@ -1523,7 +1523,6 @@ public function testCurrentFactoryInlining()
1523
$container->compile();
1524
$dumper = new PhpDumper($container);
1525
$dump = $dumper->dump(['class' => 'Symfony_DI_PhpDumper_Service_CurrentFactoryInlining']);
1526
- file_put_contents(self::$fixturesPath.'/php/services_current_factory_inlining.php', $dump);
1527
$this->assertStringEqualsFile(self::$fixturesPath.'/php/services_current_factory_inlining.php', $dump);
1528
eval('?>'.$dump);
1529
0 commit comments