[PhpUnit] Use the new KERNEL_CLASS var for KernelTestCase

This commit is contained in:
Maxime Steinhausser
2017-05-08 10:11:53 +02:00
parent 549c14cd54
commit c32f3e581a
+1 -1
View File
@@ -9,7 +9,7 @@
>
<php>
<ini name="error_reporting" value="-1" />
<server name="KERNEL_DIR" value="etc/" />
<server name="KERNEL_CLASS" value="App\Kernel" />
</php>
<testsuites>