We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81adcc commit 5691f10Copy full SHA for 5691f10
.env.test
@@ -1,4 +1,5 @@
1
# define your env variables for the test env here
2
+APP_ENV=test
3
KERNEL_CLASS='App\Kernel'
4
APP_SECRET='s$cretf0rt3st'
5
SYMFONY_DEPRECATIONS_HELPER=999999
phpunit.xml.dist
@@ -9,7 +9,6 @@
9
>
10
<php>
11
<ini name="error_reporting" value="-1" />
12
- <env name="APP_ENV" value="test" />
13
<env name="SHELL_VERBOSITY" value="-1" />
14
</php>
15
0 commit comments