new-support.webeffector.ru/backend/codeception.yml

16 lines
313 B
YAML
Raw Normal View History

2024-06-13 17:07:58 +03:00
namespace: backend\tests
actor_suffix: Tester
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
bootstrap: _bootstrap.php
settings:
colors: true
memory_limit: 1024M
modules:
config:
Yii2:
configFile: 'config/codeception-local.php'