mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 16:46:24 +03:00
Fixed the KERNEL_DIR property in symfony/phpunit-bridge
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
>
|
>
|
||||||
<php>
|
<php>
|
||||||
<ini name="error_reporting" value="-1" />
|
<ini name="error_reporting" value="-1" />
|
||||||
<server name="KERNEL_DIR" value="etc/" />
|
<server name="KERNEL_DIR" value="src/" />
|
||||||
</php>
|
</php>
|
||||||
|
|
||||||
<testsuites>
|
<testsuites>
|
||||||
|
|||||||
Reference in New Issue
Block a user