codeception.yml 158 B

123456789
  1. paths:
  2. tests: tests
  3. log: tests/_log
  4. data: tests/_data
  5. helpers: tests/_helpers
  6. settings:
  7. colors: true
  8. memory_limit: 1024M
  9. log: true