From 254a325cd95bfa69b8b1160425202e66a6e2e1fd Mon Sep 17 00:00:00 2001 From: Travis Dent Date: Thu, 16 Nov 2023 07:37:06 +0000 Subject: [PATCH] Add test script entrypoint. --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index de375c4..1911e10 100644 --- a/composer.json +++ b/composer.json @@ -34,5 +34,8 @@ "psr-4": { "RestClient\\": "src/RestClient" } + }, + "scripts": { + "test": "phpunit tests" } }