Skip to content

Commit c77f1b9

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #620
2 parents 73990c7 + 5aa9bdb commit c77f1b9

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)