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