test.php 393 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'id' => 'app-frontend-tests',
  4. 'components' => [
  5. 'assetManager' => [
  6. 'basePath' => __DIR__ . '/../web/assets',
  7. ],
  8. 'urlManager' => [
  9. 'enablePrettyUrl' => false,
  10. 'showScriptName' => true,
  11. 'rules' => []
  12. ],
  13. 'request' => [
  14. 'enableCsrfValidation' => false,
  15. ]
  16. ],
  17. ];