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": {