diff --git a/composer.json b/composer.json index 3fec85c..fdb31bb 100644 --- a/composer.json +++ b/composer.json @@ -31,5 +31,8 @@ }, "require-dev": { "phpunit/phpunit": "^10.2" + }, + "scripts": { + "test": "vendor/bin/phpunit" } }