codeception.yml 373 B

123456789101112131415161718
  1. paths:
  2. tests: tests
  3. log: tests/_log
  4. data: tests/_data
  5. helpers: tests/_helpers
  6. settings:
  7. bootstrap: _bootstrap.php
  8. suite_class: \PHPUnit_Framework_TestSuite
  9. colors: true
  10. memory_limit: 1024M
  11. log: true
  12. modules:
  13. config:
  14. Db:
  15. dsn: ''
  16. user: ''
  17. password: ''
  18. dump: tests/_data/dump.sql