22 lines
406 B
YAML
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
|
|
|