mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Merge pull request #493
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user