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.
1 parent 105a537 commit b26fa15Copy full SHA for b26fa15
Tests/Functional/app/AppKernel.php
@@ -12,7 +12,6 @@
12
namespace Symfony\Bundle\SecurityBundle\Tests\Functional\app;
13
14
use Symfony\Component\Config\Loader\LoaderInterface;
15
-use Symfony\Component\DependencyInjection\ContainerInterface;
16
use Symfony\Component\Filesystem\Filesystem;
17
use Symfony\Component\HttpKernel\Kernel;
18
@@ -99,13 +98,4 @@ protected function getKernelParameters(): array
99
98
100
return $parameters;
101
}
102
-
103
- public function getContainer(): ContainerInterface
104
- {
105
- if (!$this->container) {
106
- throw new \LogicException('Cannot access the container on a non-booted kernel. Did you forget to boot it?');
107
- }
108
109
- return parent::getContainer();
110
111
0 commit comments