Fixed the KERNEL_DIR property in symfony/phpunit-bridge

This commit is contained in:
Javier Eguiluz
2017-04-06 11:52:05 +02:00
parent e821728894
commit 948be2c06f
+1 -1
View File
@@ -9,7 +9,7 @@
>
<php>
<ini name="error_reporting" value="-1" />
<server name="KERNEL_DIR" value="etc/" />
<server name="KERNEL_DIR" value="src/" />
</php>
<testsuites>