Skip to content

Commit 5691f10

Browse files
committed
moved APP_ENV definition from phpunit.xml.dist to .env.test
1 parent e81adcc commit 5691f10

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# define your env variables for the test env here
2+
APP_ENV=test
23
KERNEL_CLASS='App\Kernel'
34
APP_SECRET='s$cretf0rt3st'
45
SYMFONY_DEPRECATIONS_HELPER=999999

phpunit.xml.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
>
1010
<php>
1111
<ini name="error_reporting" value="-1" />
12-
<env name="APP_ENV" value="test" />
1312
<env name="SHELL_VERBOSITY" value="-1" />
1413
</php>
1514

0 commit comments

Comments
 (0)