From b792cb2122cb46c86374748d069e7113518c5e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=99=9A=20PH=E2=91=A6=20de=20Soria=E2=84=A2=E2=99=9B?= Date: Sat, 8 Jul 2023 01:33:25 +1000 Subject: [PATCH] Add "scripts" test command to composer --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 3fec85c..fdb31bb 100644 --- a/composer.json +++ b/composer.json @@ -31,5 +31,8 @@ }, "require-dev": { "phpunit/phpunit": "^10.2" + }, + "scripts": { + "test": "vendor/bin/phpunit" } }