From 78909b05453edd09d8fc745f1d2eafd6f16f5b4f Mon Sep 17 00:00:00 2001 From: Tobias Munk Date: Thu, 14 Jul 2016 21:18:27 +0200 Subject: [PATCH] fixed typo in example config (#70) see also http://codeception.com/docs/11-Codecoverage --- tests/codeception.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/codeception.yml b/tests/codeception.yml index b71ba31..28620ac 100644 --- a/tests/codeception.yml +++ b/tests/codeception.yml @@ -4,7 +4,7 @@ actor: Tester # enabled: true # #remote: true # #remote_config: '../tests/codeception.yml' -# white_list: +# whitelist: # include: # - ../models/* # - ../controllers/* @@ -33,4 +33,4 @@ settings: config: # the entry script URL (with host info) for functional and acceptance tests # PLEASE ADJUST IT TO THE ACTUAL ENTRY SCRIPT URL - test_entry_url: http://localhost:8080/index-test.php \ No newline at end of file + test_entry_url: http://localhost:8080/index-test.php