From 5d80f82040a74db2ccbf3289fd7dc9ee63852de8 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 6 Nov 2023 23:02:44 +0100 Subject: [PATCH] Remove printer class / use testdox by default in phpunit setup --- phpunit.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 5694643..91156f6 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -9,8 +9,9 @@ enforceTimeLimit="true" failOnWarning="true" forceCoversAnnotation="false" - printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer" processIsolation="true" + processIsolation="true" stopOnError="true" stopOnFailure="true" stopOnIncomplete="true" stopOnSkipped="true" stopOnRisky="true" + testdox="true" timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60" verbose="true">