File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Bundle \FrameworkBundle \Client ;
15
15
use Symfony \Component \Finder \Finder ;
16
- use Symfony \Component \HttpKernel \HttpKernelInterface ;
16
+ use Symfony \Component \HttpKernel \KernelInterface ;
17
17
18
18
/**
19
19
* WebTestCase is the base class for functional tests.
23
23
abstract class WebTestCase extends \PHPUnit_Framework_TestCase
24
24
{
25
25
protected static $ class ;
26
+
27
+ /**
28
+ * @var KernelInterface
29
+ */
26
30
protected static $ kernel ;
27
31
28
32
/**
@@ -147,7 +151,7 @@ protected static function getKernelClass()
147
151
*
148
152
* @param array $options An array of options
149
153
*
150
- * @return HttpKernelInterface A HttpKernelInterface instance
154
+ * @return KernelInterface A KernelInterface instance
151
155
*/
152
156
protected static function createKernel (array $ options = array ())
153
157
{
You can’t perform that action at this time.
0 commit comments