PHPCS on tests/php dir

This commit is contained in:
Ingo Schommer 2017-03-15 09:00:55 +13:00
parent da2647b4de
commit 5e3818ab46

View File

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