fixed typo in example config (#70)
see also http://codeception.com/docs/11-Codecoverage
This commit is contained in:
parent
548af0eacd
commit
78909b0545
@ -4,7 +4,7 @@ actor: Tester
|
|||||||
# enabled: true
|
# enabled: true
|
||||||
# #remote: true
|
# #remote: true
|
||||||
# #remote_config: '../tests/codeception.yml'
|
# #remote_config: '../tests/codeception.yml'
|
||||||
# white_list:
|
# whitelist:
|
||||||
# include:
|
# include:
|
||||||
# - ../models/*
|
# - ../models/*
|
||||||
# - ../controllers/*
|
# - ../controllers/*
|
||||||
@ -33,4 +33,4 @@ settings:
|
|||||||
config:
|
config:
|
||||||
# the entry script URL (with host info) for functional and acceptance tests
|
# the entry script URL (with host info) for functional and acceptance tests
|
||||||
# PLEASE ADJUST IT TO THE ACTUAL ENTRY SCRIPT URL
|
# PLEASE ADJUST IT TO THE ACTUAL ENTRY SCRIPT URL
|
||||||
test_entry_url: http://localhost:8080/index-test.php
|
test_entry_url: http://localhost:8080/index-test.php
|
||||||
|
Loading…
Reference in New Issue
Block a user