grav/codeception.yml

17 lines
298 B
YAML
Raw Permalink Normal View History

2016-01-05 11:01:02 +01:00
actor: Tester
2020-12-04 20:01:28 +02:00
bootstrap: _bootstrap.php
2016-01-05 11:01:02 +01:00
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
colors: true
memory_limit: 1024M
extensions:
enabled:
- Codeception\Extension\RunFailed
modules:
config: