Skip to content

Commit f8ad0c1

Browse files
Move silencing to phpunit.xml.dist
1 parent 86e2b67 commit f8ad0c1

File tree

5 files changed

+2
-3
lines changed

5 files changed

+2
-3
lines changed

phpunit/phpunit/4.7/.env.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# define your env variables for the test env here
22
KERNEL_CLASS='App\Kernel'
33
APP_SECRET='s$cretf0rt3st'
4-
SHELL_VERBOSITY=-1
54
SYMFONY_DEPRECATIONS_HELPER=999999

phpunit/phpunit/4.7/phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<php>
1111
<ini name="error_reporting" value="-1" />
1212
<env name="APP_ENV" value="test" />
13+
<env name="SHELL_VERBOSITY" value="-1" />
1314
</php>
1415

1516
<testsuites>

symfony/phpunit-bridge/3.3/.env.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# define your env variables for the test env here
22
KERNEL_CLASS='App\Kernel'
33
APP_SECRET='s$cretf0rt3st'
4-
SHELL_VERBOSITY=-1
54
SYMFONY_DEPRECATIONS_HELPER=999999

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<php>
1111
<ini name="error_reporting" value="-1" />
1212
<env name="APP_ENV" value="test" />
13+
<env name="SHELL_VERBOSITY" value="-1" />
1314
</php>
1415

1516
<testsuites>

symfony/phpunit-bridge/4.1/.env.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# define your env variables for the test env here
22
KERNEL_CLASS='App\Kernel'
33
APP_SECRET='s$cretf0rt3st'
4-
SHELL_VERBOSITY=-1
54
SYMFONY_DEPRECATIONS_HELPER=999999

0 commit comments

Comments
 (0)