diff --git a/composer.json b/composer.json index a1a48ad..54b9c6b 100644 --- a/composer.json +++ b/composer.json @@ -36,5 +36,8 @@ }, "autoload-dev": { "psr-4": { "OpenAPI\\Client\\Test\\" : "test/" } + }, + "scripts": { + "test": "./vendor/bin/phpunit" } }