Skip to content

Commit 3dd3367

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #561
2 parents 987cf6e + defdbd7 commit 3dd3367

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

phpunit/phpunit/4.7/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
>
1010
<php>
1111
<ini name="error_reporting" value="-1" />
12-
<env name="APP_ENV" value="test" />
13-
<env name="SHELL_VERBOSITY" value="-1" />
12+
<server name="APP_ENV" value="test" force="true" />
13+
<server name="SHELL_VERBOSITY" value="-1" />
1414
</php>
1515

1616
<testsuites>

symfony/phpunit-bridge/3.3/phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
>
1010
<php>
1111
<ini name="error_reporting" value="-1" />
12-
<env name="APP_ENV" value="test" />
13-
<env name="SHELL_VERBOSITY" value="-1" />
12+
<server name="APP_ENV" value="test" force="true" />
13+
<server name="SHELL_VERBOSITY" value="-1" />
1414
</php>
1515

1616
<testsuites>

0 commit comments

Comments
 (0)