codeception.yml 492 B

123456789101112131415161718192021222324
  1. paths:
  2. data: tests/_data
  3. output: tests/_output
  4. tests: tests
  5. support: tests/_support
  6. suites:
  7. basic:
  8. actor: DataTester
  9. path: .
  10. modules:
  11. enabled:
  12. - \Helper\RestoreData
  13. - Asserts
  14. - Db:
  15. dsn: sqlite:tests/_data/snapshot_test.db
  16. user:
  17. password:
  18. actor_suffix: Tester
  19. extensions:
  20. enabled:
  21. - Codeception\Extension\RunFailed