mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-05 15:04:38 +01:00
13 lines
276 B
YAML
13 lines
276 B
YAML
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
|
|
colors: true
|