2014-07-11 23:24:33 +08:00
|
|
|
actor: Tester
|
2016-07-15 02:03:28 +08:00
|
|
|
# To enable code coverage:
|
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:
|
2016-07-15 02:03:28 +08:00
|
|
|
tests: tests
|
|
|
|
log: tests/_output
|
|
|
|
data: tests/_data
|
|
|
|
helpers: tests/_support
|
2013-06-23 08:26:22 +08:00
|
|
|
settings:
|
|
|
|
bootstrap: _bootstrap.php
|
|
|
|
memory_limit: 1024M
|
2016-07-15 02:03:28 +08:00
|
|
|
colors: true
|