From d800661efc7927020e1e353d1430b674401be134 Mon Sep 17 00:00:00 2001 From: Gerd Katzenbeisser Date: Mon, 18 May 2020 18:41:26 +0200 Subject: [PATCH] Security salt in sub array --- tests/config/app.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/config/app.php b/tests/config/app.php index 4fe3541..fad9b63 100644 --- a/tests/config/app.php +++ b/tests/config/app.php @@ -8,7 +8,7 @@ use Cake\Log\Engine\FileLog; use Cake\Mailer\Transport\MailTransport; -return +return [ 'App' => ['namespace' => 'EpsBankTransfer\Test\TestApp'], @@ -68,5 +68,7 @@ ], - 'Security.salt' => 'DO NOT USE THIS KEY IN PRODUCTION ENVIRONMENT' + 'Security' => [ + 'salt' => 'DO NOT USE THIS KEY IN PRODUCTION ENVIRONMENT' + ] ]; \ No newline at end of file