Remove printer class / use testdox by default in phpunit setup
This commit is contained in:
parent
5c2c1a47cc
commit
5d80f82040
|
@ -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">
|
||||
</phpunit>
|
||||
|
|
Loading…
Reference in New Issue
Block a user