diff --git a/composer.json b/composer.json index 35c6a3bd7..58ebde10c 100755 --- a/composer.json +++ b/composer.json @@ -78,6 +78,9 @@ "phpstan": [ "@putenv _PS_ROOT_DIR_=../../.", "@php phpstan analyse -c tests/phpstan/phpstan.neon" + ], + "phpunit": [ + "@php phpunit tests -c tests/Unit/phpunit.xml" ] }, "author": "PrestaShop"