Blame view

common/config/test.php 296 Bytes
950817c6   Alex Savenko   first commit
1
2
3
4
5
6
7
8
9
10
11
  <?php
      return [
          'id'         => 'app-common-tests',
          'basePath'   => dirname(__DIR__),
          'components' => [
              'user' => [
                  'class'         => 'yii\web\User',
                  'identityClass' => 'common\models\User',
              ],
          ],
      ];