Skip to content

Commit defdbd7

Browse files
committed
changed PHPUnit env to server
1 parent 8e2bb5c commit defdbd7

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)