codeception.yml 387 B

12345678910111213141516171819
  1. actor: Tester
  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. memory_limit: 1024M
  11. log: true
  12. colors: true
  13. modules:
  14. config:
  15. Db:
  16. dsn: ''
  17. user: ''
  18. password: ''
  19. dump: tests/_data/dump.sql