From 5aa9bdb9e471fca34211ba7050ceb21bffaba3be Mon Sep 17 00:00:00 2001 From: Grzegorz Korba Date: Tue, 2 Jul 2019 08:11:16 +0200 Subject: [PATCH] Proper APP_SECRET default value Since dollar sign represents S letter, `s$cretf0rt3st` does not make sense. --- phpunit/phpunit/4.7/.env.test | 2 +- symfony/phpunit-bridge/3.3/.env.test | 2 +- symfony/phpunit-bridge/4.1/.env.test | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/phpunit/phpunit/4.7/.env.test b/phpunit/phpunit/4.7/.env.test index 414430e7..24a43c03 100644 --- a/phpunit/phpunit/4.7/.env.test +++ b/phpunit/phpunit/4.7/.env.test @@ -1,4 +1,4 @@ # define your env variables for the test env here KERNEL_CLASS='App\Kernel' -APP_SECRET='s$cretf0rt3st' +APP_SECRET='$ecretf0rt3st' SYMFONY_DEPRECATIONS_HELPER=999999 diff --git a/symfony/phpunit-bridge/3.3/.env.test b/symfony/phpunit-bridge/3.3/.env.test index 414430e7..24a43c03 100644 --- a/symfony/phpunit-bridge/3.3/.env.test +++ b/symfony/phpunit-bridge/3.3/.env.test @@ -1,4 +1,4 @@ # define your env variables for the test env here KERNEL_CLASS='App\Kernel' -APP_SECRET='s$cretf0rt3st' +APP_SECRET='$ecretf0rt3st' SYMFONY_DEPRECATIONS_HELPER=999999 diff --git a/symfony/phpunit-bridge/4.1/.env.test b/symfony/phpunit-bridge/4.1/.env.test index 414430e7..24a43c03 100644 --- a/symfony/phpunit-bridge/4.1/.env.test +++ b/symfony/phpunit-bridge/4.1/.env.test @@ -1,4 +1,4 @@ # define your env variables for the test env here KERNEL_CLASS='App\Kernel' -APP_SECRET='s$cretf0rt3st' +APP_SECRET='$ecretf0rt3st' SYMFONY_DEPRECATIONS_HELPER=999999