Commit 564be8a1 authored by Tobias Munk's avatar Tobias Munk

improve redis test isolation

parent 3196b14d
Pipeline #74860 passed with stages
in 5 minutes and 56 seconds
...@@ -18,6 +18,9 @@ return yii\helpers\ArrayHelper::merge( ...@@ -18,6 +18,9 @@ return yii\helpers\ArrayHelper::merge(
[ [
'language' => 'en', 'language' => 'en',
'components' => [ 'components' => [
'redis' => [
'database' => 8
],
'request' => [ 'request' => [
'cookieValidationKey' => 'FUNCTIONAL_TESTING' 'cookieValidationKey' => 'FUNCTIONAL_TESTING'
], ],
......
...@@ -33,6 +33,9 @@ return [ ...@@ -33,6 +33,9 @@ return [
'backend.iframe.name' => 'backend-test', 'backend.iframe.name' => 'backend-test',
], ],
'components' => [ 'components' => [
'redis' => [
'database' => 9
],
'user' => [ 'user' => [
'loginUrl' => '/user/login' 'loginUrl' => '/user/login'
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment