codeception_invalid.yml 339 B

123456789101112131415161718
  1. paths:
  2. tests: tests
  3. log: tests/_output
  4. data: tests/_data
  5. helpers: tests/_support
  6. settings:
  7. bootstrap: _bootstrap.php
  8. coloe
  9. silent: false
  10. log: false
  11. strict_xml: true
  12. modules:
  13. config:
  14. Db:
  15. dsn: ''
  16. user: ''
  17. password: ''
  18. dump: tests/_data/dump.sql