From 0ad103a47d83ba2296690146d522e116e2e6c3b0 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sat, 15 Aug 2026 23:12:52 +0200 Subject: [PATCH] Composer: fix tests scripts --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 25ecb1c..3c9c4c0 100644 --- a/composer.json +++ b/composer.json @@ -34,10 +34,10 @@ "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf" ], "test": [ - "@php ./vendor/phpunit/phpunit/phpunit --no-coverage" + "@php ./vendor/phpunit/phpunit/phpunit tests --no-coverage" ], "coverage": [ - "@php ./vendor/phpunit/phpunit/phpunit" + "@php ./vendor/phpunit/phpunit/phpunit tests" ] }, "scripts-descriptions": {