Blame view

environments/dev/backend/config/test-local.php 232 Bytes
54f2fc2b   Alexey Boroda   first commit
1
2
3
4
5
6
7
8
9
  <?php
  return yii\helpers\ArrayHelper::merge(
      require __DIR__ . '/../../common/config/test-local.php',
      require __DIR__ . '/main.php',
      require __DIR__ . '/main-local.php',
      require __DIR__ . '/test.php',
      [
      ]
  );