2014-07-11 23:24:33 +08:00
|
|
|
actor: Tester
|
2013-06-23 08:26:22 +08:00
|
|
|
paths:
|
2014-08-15 07:30:47 +08:00
|
|
|
tests: codeception
|
2014-08-16 21:16:05 +08:00
|
|
|
log: codeception/_output
|
2014-08-15 07:30:47 +08:00
|
|
|
data: codeception/_data
|
2014-08-16 21:16:05 +08:00
|
|
|
helpers: codeception/_support
|
2013-06-23 08:26:22 +08:00
|
|
|
settings:
|
|
|
|
bootstrap: _bootstrap.php
|
|
|
|
suite_class: \PHPUnit_Framework_TestSuite
|
|
|
|
memory_limit: 1024M
|
|
|
|
log: true
|
2013-12-02 19:24:33 +08:00
|
|
|
colors: true
|
2014-08-16 22:38:56 +08:00
|
|
|
config:
|
|
|
|
# the entry script URL (without host info) for functional and acceptance tests
|
|
|
|
# PLEASE ADJUST IT TO THE ACTUAL ENTRY SCRIPT URL
|
|
|
|
test_entry_url: /index-test.php
|