Skip to content

Commit 6e93f0d

Browse files
SandersJ16sebastianbergmann
authored andcommitted
Update XML printerClass default value
1 parent 8af969a commit 6e93f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/configuration.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ This attribute configures whether a test will be marked as risky (see :ref:`risk
130130
The ``printerClass`` Attribute
131131
------------------------------
132132

133-
Default: ``PHPUnit\TextUI\ResultPrinter``
133+
Default: ``PHPUnit\TextUI\DefaultResultPrinter``
134134

135-
This attribute configures the name of a class that either is ``PHPUnit\TextUI\ResultPrinter`` or that extends ``PHPUnit\TextUI\ResultPrinter``. An object of this class is used to print progress and test results.
135+
This attribute configures the name of a class that implements the ``PHPUnit\TextUI\ResultPrinter`` interface. An object of this class is used to print progress and test results.
136136

137137
.. _appendixes.configuration.phpunit.printerFile:
138138

0 commit comments

Comments
 (0)