the correct keyword in code in "path", not "log_path". See PHPCI/PHPCI/Plugin/Codeception.php L96 ( if (isset($options['path'])) {)
parent
2c583ad31f
commit
5fbb034056
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue