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