|
@@ -33,7 +33,7 @@ class ContainerTest extends TestCase
|
|
$dumper = new PhpDumper($container);
|
|
$dumper = new PhpDumper($container);
|
|
$code = $dumper->dump(array('class' => 'DoctrineMongoDBBundleTestsProjectServiceContainer'));
|
|
$code = $dumper->dump(array('class' => 'DoctrineMongoDBBundleTestsProjectServiceContainer'));
|
|
eval(str_replace('<?php', null, $code));
|
|
eval(str_replace('<?php', null, $code));
|
|
- return new \ProjectServiceContainer;
|
|
|
|
|
|
+ return new \DoctrineMongoDBBundleTestsProjectServiceContainer;
|
|
}
|
|
}
|
|
|
|
|
|
public function testContainer()
|
|
public function testContainer()
|