From 16ffc2cf41e55979bb722e2f69763672e75d013a Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Fri, 23 Jan 2026 15:57:11 +0300 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 0f3fbaa..37fd795 100644 --- a/composer.json +++ b/composer.json @@ -57,7 +57,7 @@ } }, "scripts": { - "test": "phpunit --testdox --no-interaction", + "test": "phpunit --testdox", "test-watch": "phpunit-watcher watch", "cs-fix": "php-cs-fixer fix" }