Remove printer class / use testdox by default in phpunit setup

This commit is contained in:
Joshua Ramon Enslin 2023-11-06 23:02:44 +01:00
parent 5c2c1a47cc
commit 5d80f82040
Signed by: jrenslin
GPG Key ID: 46016F84501B70AE

View File

@ -9,8 +9,9 @@
enforceTimeLimit="true" enforceTimeLimit="true"
failOnWarning="true" failOnWarning="true"
forceCoversAnnotation="false" forceCoversAnnotation="false"
printerClass="Codedungeon\PHPUnitPrettyResultPrinter\Printer" processIsolation="true" processIsolation="true"
stopOnError="true" stopOnFailure="true" stopOnIncomplete="true" stopOnSkipped="true" stopOnRisky="true" stopOnError="true" stopOnFailure="true" stopOnIncomplete="true" stopOnSkipped="true" stopOnRisky="true"
testdox="true"
timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60" timeoutForSmallTests="1" timeoutForMediumTests="10" timeoutForLargeTests="60"
verbose="true"> verbose="true">
</phpunit> </phpunit>