rhymix/codeception.dist.yml
2021-01-28 21:53:44 +09:00

18 lines
400 B
YAML

actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
helpers: tests/_support
bootstrap: _bootstrap.php
settings:
colors: true
memory_limit: 1024M
error_level: "E_ALL & ~E_STRICT & ~E_DEPRECATED & ~E_NOTICE"
coverage:
enabled: true
whitelist:
include:
- common/framework/*
exclude:
- common/framework/drivers/*