From 86eb6915495de083e8f4040980bbffa9970fab13 Mon Sep 17 00:00:00 2001 From: justinpolygon <123573436+justinpolygon@users.noreply.github.com> Date: Sat, 20 Apr 2024 00:54:51 -0700 Subject: [PATCH] Add scripts property for tests --- composer.json | 3 +++ 1 file changed, 3 insertions(+) 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" } }