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 07489f6 commit 3063c06Copy full SHA for 3063c06
Test/KernelTestCase.php
@@ -84,6 +84,8 @@ protected static function bootKernel(array $options = []): KernelInterface
84
* used by other services.
85
*
86
* Using this method is the best way to get a container from your test code.
87
+ *
88
+ * @return TestContainer
89
*/
90
protected static function getContainer(): ContainerInterface
91
{
0 commit comments