Blame view

app/tests/codeception/config/unit.php 202 Bytes
bf807468   Alex Savenko   first commit
1
2
3
4
5
6
7
8
9
10
11
  <?php
  /**
   * Application configuration for unit tests
   */
  return yii\helpers\ArrayHelper::merge(
      require(__DIR__ . '/../../../config/web.php'),
      require(__DIR__ . '/config.php'),
      [
  
      ]
  );