bug #8 Fixed the KERNEL_DIR property in symfony/phpunit-bridge (javiereguiluz)

This PR was merged into the master branch.

Discussion
----------

Fixed the KERNEL_DIR property in symfony/phpunit-bridge

Commits
-------

948be2c Fixed the KERNEL_DIR property in symfony/phpunit-bridge
This commit is contained in:
Fabien Potencier
2017-04-06 06:47:12 -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_DIR" value="src/" />
</php>
<testsuites>