Blame view

common/config/test.php 238 Bytes
1755c393   Yarik   Basic template in...
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',
          ],
      ],
  ];