_config.php 154 B

1234567891011
  1. <?php
  2. /**
  3. * application configurations shared by all test types
  4. */
  5. return [
  6. 'components' => [
  7. 'mail' => [
  8. 'useFileTransport' => true,
  9. ],
  10. ],
  11. ];