mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 08:41:39 +09:00
18 lines
403 B
YAML
18 lines
403 B
YAML
actor: Tester
|
|
paths:
|
|
tests: tests
|
|
output: 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/*
|