config.php 257 B

1234567891011121314
  1. <?php
  2. /**
  3. * Application configuration shared by all test types
  4. */
  5. return [
  6. 'components' => [
  7. 'mailer' => [
  8. 'useFileTransport' => true,
  9. ],
  10. 'urlManager' => [
  11. 'showScriptName' => true,
  12. ],
  13. ],
  14. ];