codeception_extended.yml 445 B

123456789101112131415161718192021
  1. paths:
  2. tests: tests
  3. log: tests/_output
  4. data: tests/_data
  5. helpers: tests/_support
  6. settings:
  7. bootstrap: _bootstrap.php
  8. colors: false
  9. log: false
  10. extensions:
  11. enabled:
  12. - Codeception\Extension\SimpleOutput
  13. - Codeception\Extension\RunFailed
  14. - VerbosityLevelOutput
  15. modules:
  16. config:
  17. Db:
  18. dsn: ''
  19. user: ''
  20. password: ''
  21. dump: tests/_data/dump.sql