From 0296b46530af0038db43ef280cd422ad633d1dd3 Mon Sep 17 00:00:00 2001 From: divyesh000 Date: Tue, 11 Jun 2024 21:22:04 +0400 Subject: [PATCH] remove '--testdox' option from 'test' script in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aca315c..088ff18 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "nesbot/carbon": "^3.3" }, "scripts": { - "test": "phpunit --testdox tests", + "test": "phpunit tests", "modeltest": "phpunit --testsuite models", "apitest": "phpunit --testsuite api" },