test.php 327 B

123456789101112131415
  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. 'request' => [
  12. 'cookieValidationKey' => 'test',
  13. ],
  14. ],
  15. ];