guild/common/config/test.php
2019-06-21 18:05:58 +03:00

15 lines
317 B
PHP
Executable File

<?php
return [
'id' => 'app-common-tests',
'basePath' => dirname(__DIR__),
'components' => [
'user' => [
'class' => 'yii\web\User',
'identityClass' => 'common\models\User',
],
'request' => [
'cookieValidationKey' => 'test',
],
],
];