reverted back
parent
a6959df159
commit
b6a6721f39
1 changed files with 6 additions and 4 deletions
|
|
@ -1,9 +1,11 @@
|
|||
Similar to the [standard PHP Lint plugin](https://github.com/Block8/PHPCI/wiki/Lint-plugin), except that it uses the [PHP Parallel Lint](https://github.com/JakubOnderka/PHP-Parallel-Lint) project to run.
|
||||
|
||||
###Example to run codeception with default setup:
|
||||
###Example:
|
||||
|
||||
```
|
||||
test:
|
||||
codeception:
|
||||
config: "."
|
||||
```
|
||||
php_parallel_lint:
|
||||
directory:
|
||||
- "app"
|
||||
- "public"
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue