From 9f0373938dcec58875c7c6f004f7c9aed5c0c0f1 Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Tue, 23 Mar 2021 13:35:57 +0100 Subject: [PATCH] fix composer test command --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 84520bb..d4f109c 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ }, "scripts": { "test": [ - "php ./phpunit tests" + "phpunit tests" ] }, "autoload": {