fixed typo in example config (#70)

see also http://codeception.com/docs/11-Codecoverage
This commit is contained in:
Tobias Munk 2016-07-14 21:18:27 +02:00 committed by Alexander Makarov
parent 548af0eacd
commit 78909b0545

View File

@ -4,7 +4,7 @@ actor: Tester
# enabled: true
# #remote: true
# #remote_config: '../tests/codeception.yml'
# white_list:
# whitelist:
# include:
# - ../models/*
# - ../controllers/*