File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed
FrameworkBundle/Tests/Functional/app
SecurityBundle/Tests/Functional/app Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,4 @@ protected function getKernelParameters(): array
97
97
98
98
return $ parameters ;
99
99
}
100
-
101
- public function getContainer (): ContainerInterface
102
- {
103
- if (!$ this ->container ) {
104
- throw new \LogicException ('Cannot access the container on a non-booted kernel. Did you forget to boot it? ' );
105
- }
106
-
107
- return parent ::getContainer ();
108
- }
109
100
}
Original file line number Diff line number Diff line change @@ -99,13 +99,4 @@ protected function getKernelParameters(): array
99
99
100
100
return $ parameters ;
101
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
102
}
You can’t perform that action at this time.
0 commit comments