Skip to content

Commit a5aed92

Browse files
Pierstovalondrejmirtes
authored andcommitted
Followup of TestContainer issue
1 parent be24257 commit a5aed92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ abstract class KernelTestCase
88
* @var TestContainer
99
*/
1010
protected static $container;
11+
12+
/**
13+
* @return TestContainer
14+
*/
15+
abstract public function getContainer();
1116
}

0 commit comments

Comments
 (0)