22 lines
381 B
YAML
22 lines
381 B
YAML
actor: Guy
|
|
paths:
|
|
tests: tests
|
|
log: tests/_log
|
|
data: tests/_data
|
|
helpers: tests/_helpers
|
|
settings:
|
|
bootstrap: _bootstrap.php
|
|
colors: true
|
|
memory_limit: 1024M
|
|
modules:
|
|
config:
|
|
Db:
|
|
dsn: ''
|
|
user: ''
|
|
password: ''
|
|
dump: tests/_data/dump.sql
|
|
coverage:
|
|
enabled: true
|
|
include:
|
|
- src/*
|