Skip to content

Commit 19d4879

Browse files
authored
Fix the KernelTestCase stub
KernelTestCase does not have a `$container` static property
1 parent 51ab243 commit 19d4879

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

stubs/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ namespace Symfony\Bundle\FrameworkBundle\Test;
44

55
abstract class KernelTestCase
66
{
7-
/**
8-
* @var TestContainer
9-
*/
10-
protected static $container;
11-
127
/**
138
* @return TestContainer
149
*/

0 commit comments

Comments
 (0)