Blame view

tests/config/unit.php 167 Bytes
b50f5ce3   Yarik   test
1
2
3
4
5
6
7
8
9
  <?php
  /**
   * Application configuration for unit tests
   */
  return yii\helpers\ArrayHelper::merge(
      require(__DIR__ . '/../../common/config/main.php'),
      [
      ]
  );