gitlab-com-adeattwood-pgrep/codeception.yml
2018-03-26 21:51:56 +01:00

22 lines
406 B
YAML

suites:
unit:
path: .
actor: UnitTester
modules:
enabled:
# add more modules here
- Asserts
settings:
bootstrap: _bootstrap.php
shuffle: true
lint: true
paths:
tests: tests
output: tests/_output
support: tests/_support
data: tests
coverage:
enabled: true
include:
- src/DefaultCommand.php