2018-08-03 17:19:45 +02:00
|
|
|
paths:
|
|
|
|
tests: tests
|
|
|
|
output: tests/_output
|
|
|
|
data: tests/_data
|
|
|
|
support: tests/_support
|
|
|
|
envs: tests/_envs
|
2018-08-08 21:06:08 +02:00
|
|
|
settings:
|
|
|
|
bootstrap: _bootstrap.php
|
|
|
|
error_level: E_ALL & ~E_WARNING & ~E_NOTICE & ~E_USER_DEPRECATED
|
2018-08-03 17:19:45 +02:00
|
|
|
actor_suffix: Tester
|
|
|
|
extensions:
|
|
|
|
enabled:
|
|
|
|
- Codeception\Extension\RunFailed
|
2019-02-23 16:18:34 +01:00
|
|
|
#- Codeception\Extension\Recorder
|