From 651d9182b436819d6218e166c080b43e8127a244 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Tue, 6 Feb 2024 15:35:56 +0100 Subject: [PATCH] fix: add test composer step MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d0816cb..87b6b085 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,8 @@ "lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l", "cs:check": "php-cs-fixer fix --dry-run --diff", "cs:fix": "php-cs-fixer fix", - "psalm": "psalm.phar" + "psalm": "psalm.phar", + "test:unit": "phpunit -c tests/phpunit.xml" }, "autoload-dev": { "psr-4": {