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 a5aed92 commit 8e14b2aCopy full SHA for 8e14b2a
extension.neon
@@ -9,6 +9,7 @@ parameters:
9
constant_hassers: true
10
console_application_loader: null
11
stubFiles:
12
+ - stubs/Symfony/Bundle/FrameworkBundle/KernelBrowser.stub
13
- stubs/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.stub
14
- stubs/Symfony/Bundle/FrameworkBundle/Test/TestContainer.stub
15
- stubs/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.stub
stubs/Symfony/Bundle/FrameworkBundle/KernelBrowser.stub
@@ -0,0 +1,11 @@
1
+<?php
2
+
3
+namespace Symfony\Bundle\FrameworkBundle\Test;
4
5
+abstract class KernelBrowser
6
+{
7
+ /**
8
+ * @return TestContainer
+ */
+ abstract public function getContainer();
+}
0 commit comments