18 lines
324 B
YAML
18 lines
324 B
YAML
|
|
actor: Tester
|
||
|
|
paths:
|
||
|
|
tests: tests
|
||
|
|
output: tests/_output
|
||
|
|
data: tests/_data
|
||
|
|
support: tests/_support
|
||
|
|
bootstrap: _bootstrap.php
|
||
|
|
settings:
|
||
|
|
colors: true
|
||
|
|
suites:
|
||
|
|
unit:
|
||
|
|
actor: UnitTester
|
||
|
|
path: unit
|
||
|
|
class_name: UnitSuite
|
||
|
|
modules:
|
||
|
|
enabled:
|
||
|
|
- Asserts
|