codeception.yml 462 B

12345678910111213141516171819202122232425
  1. namespace: Jazz
  2. paths:
  3. tests: tests
  4. log: tests/_log
  5. data: tests/_data
  6. helpers: tests/_helpers
  7. settings:
  8. bootstrap: _bootstrap.php
  9. suite_class: \PHPUnit_Framework_TestSuite
  10. colors: true
  11. memory_limit: 1024M
  12. log: true
  13. modules:
  14. config:
  15. Db:
  16. dsn: ''
  17. user: ''
  18. password: ''
  19. dump: tests/_data/dump.sql
  20. coverage:
  21. enabled: true
  22. include:
  23. - src/*
  24. exclude: ~