2014-07-11 19:24:33 +04:00
|
|
|
actor: Tester
|
2014-12-10 22:44:27 +04: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-22 20:26:22 -04:00
|
|
|
paths:
|
2014-08-15 03:30:47 +04:00
|
|
|
tests: codeception
|
2014-08-16 17:16:05 +04:00
|
|
|
log: codeception/_output
|
2014-08-15 03:30:47 +04:00
|
|
|
data: codeception/_data
|
2014-08-16 17:16:05 +04:00
|
|
|
helpers: codeception/_support
|
2013-06-22 20:26:22 -04:00
|
|
|
settings:
|
|
|
|
bootstrap: _bootstrap.php
|
|
|
|
suite_class: \PHPUnit_Framework_TestSuite
|
|
|
|
memory_limit: 1024M
|
|
|
|
log: true
|
2013-12-02 15:24:33 +04:00
|
|
|
colors: true
|
2014-08-16 18:38:56 +04:00
|
|
|
config:
|
2014-11-19 14:37:13 +03:00
|
|
|
# the entry script URL (with host info) for functional and acceptance tests
|
2014-08-16 18:38:56 +04:00
|
|
|
# PLEASE ADJUST IT TO THE ACTUAL ENTRY SCRIPT URL
|
2014-11-19 14:37:13 +03:00
|
|
|
test_entry_url: http://localhost:8080/index-test.php
|