@@ -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(); |