From e4f0b54cd5d89471c77cbe5f07d8da98c3bab70c Mon Sep 17 00:00:00 2001 From: Barbara Pitt Date: Sun, 27 Dec 2020 02:42:30 -0600 Subject: [PATCH] github workflows update --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 6d93a6ef..f3d7a34a 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,8 @@ { "require": { "phpunit/phpunit": "^5" + }, + "scripts":{ + "test": "vendor/bin/phpunit tests" } }