test.php 248 B

123456789101112
  1. <?php
  2. return [
  3. 'id' => 'app-backend-tests',
  4. 'components' => [
  5. 'assetManager' => [
  6. 'basePath' => __DIR__ . '/../web/assets',
  7. ],
  8. 'urlManager' => [
  9. 'showScriptName' => true,
  10. ],
  11. ],
  12. ];