codeception.yml 356 B

1234567891011121314151617
  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. memory_limit: 1024M
  10. log: true
  11. modules:
  12. config:
  13. Db:
  14. dsn: ''
  15. user: ''
  16. password: ''
  17. dump: tests/_data/dump.sql