PHPCS on tests/php dir

This commit is contained in:
Ingo Schommer 2017-03-15 09:00:55 +13:00
parent da2647b4de
commit 5e3818ab46
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
"thirdparty/"
],
"scripts": {
"lint": "phpcs --standard=tests/phpcs/ruleset.xml src/"
"lint": "phpcs --standard=tests/phpcs/ruleset.xml src/ tests/php"
},
"min-stability": "dev",
"prefer-stable": true