From 6bbe964f00740d51ecf8d6e847a3f8a78e4f7afe Mon Sep 17 00:00:00 2001 From: 77web Date: Sun, 12 Nov 2023 19:43:51 +0900 Subject: [PATCH] defined "test" command in composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ac00a41..48ffcab 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "fix:all": "@php static-analysis-kit fix --risky --rector", "fix:rector": "@php static-analysis-kit fix --rector", "fix:risky": "@php static-analysis-kit fix --risky", - "test": "# To run your tests using this command, you must define your test script in composer.json." + "test": "@php vendor/bin/phpunit tests" }, "scripts-descriptions": { "analyse": "Analyses code in this project fully.",