diff --git a/composer.json b/composer.json index 18f051d..cb76838 100644 --- a/composer.json +++ b/composer.json @@ -24,6 +24,6 @@ "phpunit/phpunit": "9.*" }, "scripts": { - "test": "phpunit" + "test": "phpunit --testdox" } }