Skip to content

Commit 5aa9bdb

Browse files
author
Grzegorz Korba
committed
Proper APP_SECRET default value
Since dollar sign represents S letter, `s$cretf0rt3st` does not make sense.
1 parent fa6571b commit 5aa9bdb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

phpunit/phpunit/4.7/.env.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# define your env variables for the test env here
22
KERNEL_CLASS='App\Kernel'
3-
APP_SECRET='s$cretf0rt3st'
3+
APP_SECRET='$ecretf0rt3st'
44
SYMFONY_DEPRECATIONS_HELPER=999999

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# define your env variables for the test env here
22
KERNEL_CLASS='App\Kernel'
3-
APP_SECRET='s$cretf0rt3st'
3+
APP_SECRET='$ecretf0rt3st'
44
SYMFONY_DEPRECATIONS_HELPER=999999

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# define your env variables for the test env here
22
KERNEL_CLASS='App\Kernel'
3-
APP_SECRET='s$cretf0rt3st'
3+
APP_SECRET='$ecretf0rt3st'
44
SYMFONY_DEPRECATIONS_HELPER=999999

0 commit comments

Comments
 (0)