diff --git a/composer.json b/composer.json index 48af2a7..3b74f1d 100644 --- a/composer.json +++ b/composer.json @@ -27,6 +27,7 @@ "php qt install:openapi Api", "php qt install:demo --yes", "php qt core:version" - ] + ], + "test": "vendor/bin/phpunit --stderr --coverage-clover coverage.xml" } }