guild/backend/codeception.yml

16 lines
310 B
YAML
Raw Permalink Normal View History

2018-10-11 11:15:09 +03:00
namespace: backend\tests
actor_suffix: Tester
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
modules:
config:
Yii2:
configFile: 'config/test-local.php'