@@ -16,10 +16,6 @@ |
||
16 | 16 | |
17 | 17 | use Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\ServiceRepositoryCompilerPass; |
18 | 18 | use Doctrine\Common\Util\ClassUtils; |
19 | -use Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand; |
|
20 | -use Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand; |
|
21 | -use Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand; |
|
22 | -use Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand; |
|
23 | 19 | use Doctrine\Bundle\DoctrineBundle\DependencyInjection\Compiler\EntityListenerPass; |
24 | 20 | use Doctrine\ORM\Proxy\Autoloader; |
25 | 21 | use Symfony\Component\Console\Application; |
@@ -134,6 +134,9 @@ |
||
134 | 134 | $factory->getRepository($em, 'Foo\CoolEntity'); |
135 | 135 | } |
136 | 136 | |
137 | + /** |
|
138 | + * @return null|ContainerInterface |
|
139 | + */ |
|
137 | 140 | private function createContainer(array $services) |
138 | 141 | { |
139 | 142 | $container = $this->getMockBuilder(ContainerInterface::class)->getMock(); |