yii2-netdisk/tests/codeception.yml

13 lines
276 B
YAML
Raw Normal View History

actor: Tester
paths:
tests: codeception
log: codeception/_output
data: codeception/_data
helpers: codeception/_support
settings:
bootstrap: _bootstrap.php
suite_class: \PHPUnit_Framework_TestSuite
memory_limit: 1024M
log: true
2013-12-02 19:24:33 +08:00
colors: true