File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
stubs/Symfony/Bundle/FrameworkBundle Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ parameters:
9
9
constant_hassers : true
10
10
console_application_loader : null
11
11
stubFiles :
12
+ - stubs/Symfony/Bundle/FrameworkBundle/KernelBrowser.stub
12
13
- stubs/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub
13
14
- stubs/Symfony/Bundle/FrameworkBundle/Test/TestContainer.stub
14
15
- stubs/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.stub
Original file line number Diff line number Diff line change
1
+ <?php
2
+
3
+ namespace Symfony\Bundle\FrameworkBundle;
4
+
5
+ use Symfony\Bundle\FrameworkBundle\Test\TestContainer;
6
+
7
+ abstract class KernelBrowser
8
+ {
9
+ /**
10
+ * @return TestContainer
11
+ */
12
+ abstract public function getContainer();
13
+ }
You can’t perform that action at this time.
0 commit comments