Files
yii2-usuario/codeception.dist.yml
2016-12-20 21:06:04 +06:00

21 lines
475 B
YAML

actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
helpers: tests/_support
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
modules:
config:
Db:
dsn: 'mysql:host=localhost;dbname=yii2-usuario-test'
user: 'root'
password: ''
dump: tests/_data/schema.sql
Yii2:
configFile: 'tests/_app/config/test.php'
cleanup: false