From 5fbb03405691d84ccb6a7d14c048ea2485e9da1a Mon Sep 17 00:00:00 2001 From: vinpel Date: Mon, 25 Jan 2016 16:16:27 +0100 Subject: [PATCH] the correct keyword in code in "path", not "log_path". See PHPCI/PHPCI/Plugin/Codeception.php L96 ( if (isset($options['path'])) {) --- Codeception-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Codeception-plugin.md b/Codeception-plugin.md index bac5aa5..af2ec7b 100644 --- a/Codeception-plugin.md +++ b/Codeception-plugin.md @@ -9,7 +9,7 @@ A simple plugin that allows you to run [Codeception](http://codeception.com/) te ``` codeception: config: "." - log_path: "tests/_log" + path: "tests/_log" ``` The log_path value will need to be changed if you have your tests directory somewhere other than in the root of the project. \ No newline at end of file