You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
236 B

  1. <?php
  2. return yii\helpers\ArrayHelper::merge(
  3. require(__DIR__ . '/../../common/config/test-local.php'),
  4. require(__DIR__ . '/main.php'),
  5. require(__DIR__ . '/main-local.php'),
  6. require(__DIR__ . '/test.php'),
  7. [
  8. ]
  9. );