bug #59 [PhpUnit] Use the new KERNEL_CLASS var for KernelTestCase (ogizanagi)

This PR was merged into the master branch.

Discussion
----------

[PhpUnit] Use the new KERNEL_CLASS var for KernelTestCase

Once https://github.com/symfony/symfony/pull/22668 is merged.

Commits
-------

c32f3e5 [PhpUnit] Use the new KERNEL_CLASS var for KernelTestCase
This commit is contained in:
Fabien Potencier
2017-05-08 07:00:38 -07:00
+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>