2014-07-11 23:24:33 +08:00
|
|
|
actor: Tester
|
2014-12-11 02:44:27 +08:00
|
|
|
#coverage:
|
|
|
|
# #c3_url: http://localhost:8080/index-test.php/
|
|
|
|
# enabled: true
|
|
|
|
# #remote: true
|
|
|
|
# #remote_config: '../tests/codeception.yml'
|
|
|
|
# white_list:
|
|
|
|
# include:
|
|
|
|
# - ../models/*
|
|
|
|
# - ../controllers/*
|
|
|
|
# - ../commands/*
|
|
|
|
# - ../mail/*
|
|
|
|
# blacklist:
|
|
|
|
# include:
|
|
|
|
# - ../assets/*
|
|
|
|
# - ../config/*
|
|
|
|
# - ../runtime/*
|
|
|
|
# - ../vendor/*
|
|
|
|
# - ../views/*
|
|
|
|
# - ../web/*
|
|
|
|
# - ../tests/*
|
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:
|
2014-11-19 19:37:13 +08:00
|
|
|
# the entry script URL (with host info) for functional and acceptance tests
|
2014-08-16 22:38:56 +08:00
|
|
|
# PLEASE ADJUST IT TO THE ACTUAL ENTRY SCRIPT URL
|
2014-11-19 19:37:13 +08:00
|
|
|
test_entry_url: http://localhost:8080/index-test.php
|