From 28afadc6d52d86e04a04ea84d5890535684975c1 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Sat, 13 Oct 2018 09:21:12 -0500 Subject: [PATCH] Add "composer test" command --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7afaaed..438b84c 100644 --- a/composer.json +++ b/composer.json @@ -40,6 +40,7 @@ "@test" ], "cs": "php-cs-fixer fix -v --diff --dry-run", - "cs-fix": "php-cs-fixer fix -v --diff" + "cs-fix": "php-cs-fixer fix -v --diff", + "test": "phpunit --coverage-text" } }