From f1a71f5599a46323acf503c00735794c810bb28e Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 7 Feb 2020 21:57:11 +0100 Subject: [PATCH] Fix composer test cmd --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2ec52551c..97b271de8 100644 --- a/composer.json +++ b/composer.json @@ -73,7 +73,7 @@ ], "scripts": { "compile": "@php -dphar.readonly=0 bin/compile", - "test": "phpunit" + "test": "simple-phpunit" }, "scripts-descriptions": { "compile": "Compile composer.phar",