Skip to content

Commit

Permalink
Update default printerClass
Browse files Browse the repository at this point in the history
Update the default printerClass to DefaultResultPrinter.

This matches the change in #4024
  • Loading branch information
echojoshchen authored and sebastianbergmann committed Jul 29, 2020
1 parent d65bc49 commit b9be539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xsd
Expand Up @@ -248,7 +248,7 @@
<xs:attribute name="convertWarningsToExceptions" type="xs:boolean" default="true"/>
<xs:attribute name="disableCodeCoverageIgnore" type="xs:boolean" default="false"/>
<xs:attribute name="forceCoversAnnotation" type="xs:boolean" default="false"/>
<xs:attribute name="printerClass" type="xs:string" default="PHPUnit\TextUI\ResultPrinter"/>
<xs:attribute name="printerClass" type="xs:string" default="PHPUnit\TextUI\DefaultResultPrinter"/>
<xs:attribute name="printerFile" type="xs:anyURI"/>
<xs:attribute name="processIsolation" type="xs:boolean" default="false"/>
<xs:attribute name="stopOnDefect" type="xs:boolean" default="false"/>
Expand Down

0 comments on commit b9be539

Please sign in to comment.