Skip to content

Commit 3063c06

Browse files
committed
[FrameworkBundle] Add @return TestContainer to KernelTestCase::getContainer()
1 parent 07489f6 commit 3063c06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Test/KernelTestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ protected static function bootKernel(array $options = []): KernelInterface
8484
* used by other services.
8585
*
8686
* Using this method is the best way to get a container from your test code.
87+
*
88+
* @return TestContainer
8789
*/
8890
protected static function getContainer(): ContainerInterface
8991
{

0 commit comments

Comments
 (0)