From ec9774cc0fa9f689836189b2852e03722640f4e8 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sat, 23 Apr 2016 19:30:18 -0500 Subject: [PATCH] Updated CONTRIBUTING to include "tests" when running phpcs --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6dabe40..65ee5a5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,8 +57,8 @@ The following tests must pass before we will accept a pull request. If any of th ``` ./vendor/bin/parallel-lint src tests +./vendor/bin/phpcs src tests --standard=psr2 -sp ./vendor/bin/phpunit --verbose -./vendor/bin/phpcs src --standard=psr2 -sp ``` ### Locally Test With Emulated MIPS Architecture