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/",