From 157cb23fa30ae4b4f57f11b49804f78da3c0a613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Smoli=C5=84ski?= Date: Fri, 10 Aug 2018 19:09:50 +0200 Subject: [PATCH] add scripts --- composer.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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": [