the correct keyword in code in "path", not "log_path". See PHPCI/PHPCI/Plugin/Codeception.php L96 ( if (isset($options['path'])) {)

vinpel 2016-01-25 16:16:27 +01:00
commit 5fbb034056

@ -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.