From b6a6721f3925ae4b416fe7fe61b7e7902e967f34 Mon Sep 17 00:00:00 2001 From: huglester Date: Thu, 20 Nov 2014 23:28:17 -0800 Subject: [PATCH] reverted back --- Php-parallel-lint-plugin.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Php-parallel-lint-plugin.md b/Php-parallel-lint-plugin.md index 3180821..dd1828c 100644 --- a/Php-parallel-lint-plugin.md +++ b/Php-parallel-lint-plugin.md @@ -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" +``` \ No newline at end of file