diff --git a/composer.json b/composer.json index 94844a5..2dfcc9f 100644 --- a/composer.json +++ b/composer.json @@ -34,6 +34,19 @@ "post": "bin/readme/overview-body.md" } } + }, + "scripts": { + "lint": "run-linter-tests", + "phpcs": "run-phpcs-tests", + "phpunit": "run-php-unit-tests", + "behat": "run-behat-tests", + "prepare-tests": "install-package-tests", + "test": [ + "@lint", + "@phpcs", + "@phpunit", + "@behat" + ] }, "autoload": { "files": [