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 6b973aa commit f6319d7Copy full SHA for f6319d7
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