diff --git a/composer.json b/composer.json index 948c07b6..f69ebc83 100644 --- a/composer.json +++ b/composer.json @@ -15,8 +15,12 @@ }, "scripts": { "phpcbf" : "phpcbf .", - "phpcs" : "phpcs .", - "phpunit" : "phpunit" + "phpcs" : "phpcs . --basepath=.", + "phpunit" : "phpunit", + "test": [ + "@phpcs", + "@phpunit" + ] }, "config": { "allow-plugins": {