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.

15 satır
355B

  1. <?php
  2. $config = yii\helpers\ArrayHelper::merge(
  3. require(__DIR__ . '/../../../common/config/main.php'),
  4. require(__DIR__ . '/../../../common/config/test-local.php'),
  5. [
  6. 'id' => 'app-tests',
  7. 'components' => [
  8. 'urlManager' => [
  9. 'showScriptName' => true,
  10. ]
  11. ]
  12. ]
  13. );
  14. return $config;