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(
[
'language' => 'en',
'components' => [
'redis' => [
'database' => 8
],
'request' => [
'cookieValidationKey' => 'FUNCTIONAL_TESTING'
],
......
......@@ -33,6 +33,9 @@ return [
'backend.iframe.name' => 'backend-test',
],
'components' => [
'redis' => [
'database' => 9
],
'user' => [
'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