Updated CONTRIBUTING to include "tests" when running phpcs

This commit is contained in:
Ben Ramsey
2016-04-23 19:30:18 -05:00
parent fcc5432d74
commit ec9774cc0f
+1 -1
View File
@@ -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