Thanks to visit codestin.com Credit goes to github.com
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 3fb7af0 commit 8f8682bCopy full SHA for 8f8682b
src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php
@@ -85,7 +85,7 @@ protected static function bootKernel(array $options = []): KernelInterface
85
*
86
* Using this method is the best way to get a container from your test code.
87
*/
88
- protected static function getContainer(): ContainerInterface
+ protected static function getContainer(): TestContainer
89
{
90
if (!static::$booted) {
91
static::bootKernel();
0 commit comments