reverted back

huglester 2014-11-20 23:28:17 -08:00
commit b6a6721f39

@ -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"
```