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 2157e73 commit f5ba5ceCopy full SHA for f5ba5ce
tests/src/ComponentWebTestCase.php
@@ -0,0 +1,20 @@
1
+<?php
2
+
3
+/*
4
+ * This file is part of the Symfony-Util package.
5
+ *
6
+ * (c) Jean-Bernard Addor
7
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
12
+use Symfony\Bundle\FrameworkBundle\Test\WebTestCase;
13
14
+class ComponentWebTestCase extends WebTestCase
15
+{
16
+ protected static function getKernelClass()
17
+ {
18
+ return ComponentKernel::class;
19
+ }
20
+}
0 commit comments