Skip to content

Commit 8857660

Browse files
update phpunit xml for phpunit 9
1 parent cf19b98 commit 8857660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
backupStaticAttributes="false"
44
bootstrap="vendor/autoload.php"
55
colors="true"
6-
printerClass="Sempro\PHPUnitPrettyPrinter\PrettyPrinter"
6+
printerClass="Sempro\PHPUnitPrettyPrinter\PrettyPrinterForPhpUnit9"
77
convertErrorsToExceptions="true"
88
convertNoticesToExceptions="true"
99
convertWarningsToExceptions="true"

0 commit comments

Comments
 (0)