|
@@ -1,19 +1,12 @@
|
|
|
actor: Tester
|
|
actor: Tester
|
|
|
paths:
|
|
paths:
|
|
|
tests: codeception
|
|
tests: codeception
|
|
|
- log: codeception/_log
|
|
|
|
|
|
|
+ log: codeception/_output
|
|
|
data: codeception/_data
|
|
data: codeception/_data
|
|
|
- helpers: codeception/_helpers
|
|
|
|
|
|
|
+ helpers: codeception/_support
|
|
|
settings:
|
|
settings:
|
|
|
bootstrap: _bootstrap.php
|
|
bootstrap: _bootstrap.php
|
|
|
suite_class: \PHPUnit_Framework_TestSuite
|
|
suite_class: \PHPUnit_Framework_TestSuite
|
|
|
memory_limit: 1024M
|
|
memory_limit: 1024M
|
|
|
log: true
|
|
log: true
|
|
|
colors: true
|
|
colors: true
|
|
|
-modules:
|
|
|
|
|
- config:
|
|
|
|
|
- Db:
|
|
|
|
|
- dsn: ''
|
|
|
|
|
- user: ''
|
|
|
|
|
- password: ''
|
|
|
|
|
- dump: codeception/_data/dump.sql
|
|
|