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.
2 parents 3248240 + ebd3a5a commit e1d6358Copy full SHA for e1d6358
tests/Functional/PersistenceRepositoryTest.php
@@ -17,12 +17,6 @@ public function testRepositoryShouldBeSetCorrectly()
17
{
18
self::bootKernel(['test_case' => 'ORM']);
19
20
- // returns the real and unchanged service container
21
- $container = self::$kernel->getContainer();
22
-
23
- // gets the special container that allows fetching private services
24
- $container = self::$container;
25
26
$repository = self::$container->get('test_alias.fos_elastica.manager.orm')
27
->getRepository(TypeObject::class);
28
0 commit comments