Skip to content

Commit 8e6accc

Browse files
fix merge
1 parent d09aeaf commit 8e6accc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ public function testDumpHandlesLiteralClassWithRootNamespace()
589589
{
590590
$container = new ContainerBuilder();
591591
$container->register('foo', '\\stdClass');
592+
$container->compile();
592593

593594
$dumper = new PhpDumper($container);
594595
eval('?>'.$dumper->dump(array('class' => 'Symfony_DI_PhpDumper_Test_Literal_Class_With_Root_Namespace')));

0 commit comments

Comments
 (0)