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
|