mirror of
https://github.com/symfony/recipes.git
synced 2026-09-13 08:06:23 +03:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user