From 1e8ef53827c9d1e14af5a1531e65869c86b1410d Mon Sep 17 00:00:00 2001 From: picas Date: Sun, 28 Jan 2024 01:04:45 +0100 Subject: [PATCH] fix(ci): try to not write anything for simple testing --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index b21143d..4f37280 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,7 @@ }, "scripts": { "doc": "phpdoc project:run --sourcecode --cache-folder=/tmp/phpdoc-cache/ --force -v", - "test": "php ./bin/phpunit --no-coverage --debug", + "test": "php ./bin/phpunit --no-coverage --no-logging --debug", "test-report": "php ./bin/phpunit --debug", "metrics": "php ./bin/phpmetrics --config=.phpmetrics.yml src/", "dedup": "php ./bin/phpcpd --exclude=src/MarkdownExtendedDev/ src/",