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