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 df08c26 commit 603eb66Copy full SHA for 603eb66
src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php
@@ -12,6 +12,7 @@
12
namespace Symfony\Bundle\FrameworkBundle\Test;
13
14
use PHPUnit\Framework\TestCase;
15
+use Symfony\Component\DependencyInjection\Container;
16
use Symfony\Component\DependencyInjection\ContainerInterface;
17
use Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException;
18
use Symfony\Component\HttpKernel\KernelInterface;
@@ -83,7 +84,7 @@ protected static function bootKernel(array $options = []): KernelInterface
83
84
*
85
* Using this method is the best way to get a container from your test code.
86
- * @return TestContainer
87
+ * @return Container
88
*/
89
protected static function getContainer(): ContainerInterface
90
{
0 commit comments