Move silencing to phpunit.xml.dist

This commit is contained in:
Nicolas Grekas
2018-11-17 07:17:12 +01:00
parent 86e2b6795c
commit f8ad0c194e
5 changed files with 2 additions and 3 deletions
-1
View File
@@ -1,5 +1,4 @@
# define your env variables for the test env here
KERNEL_CLASS='App\Kernel'
APP_SECRET='s$cretf0rt3st'
SHELL_VERBOSITY=-1
SYMFONY_DEPRECATIONS_HELPER=999999
+1
View File
@@ -10,6 +10,7 @@
<php>
<ini name="error_reporting" value="-1" />
<env name="APP_ENV" value="test" />
<env name="SHELL_VERBOSITY" value="-1" />
</php>
<testsuites>