Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 079111c

Browse files
committed
Merge branch '2.7' into 2.8
* 2.7: merged the two php sections of phpunix.xml.dist
2 parents a4e3b40 + 77416a8 commit 079111c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

app/phpunit.xml.dist

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
>
1010
<php>
1111
<ini name="error_reporting" value="-1" />
12+
<!--
13+
<server name="KERNEL_DIR" value="/path/to/your/app/" />
14+
-->
1215
</php>
1316

1417
<testsuites>
@@ -19,12 +22,6 @@
1922
</testsuite>
2023
</testsuites>
2124

22-
<!--
23-
<php>
24-
<server name="KERNEL_DIR" value="/path/to/your/app/" />
25-
</php>
26-
-->
27-
2825
<filter>
2926
<whitelist>
3027
<directory>../src</directory>

0 commit comments

Comments
 (0)