You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/configuration.rst
+2-2
Original file line number
Diff line number
Diff line change
@@ -130,9 +130,9 @@ This attribute configures whether a test will be marked as risky (see :ref:`risk
130
130
The ``printerClass`` Attribute
131
131
------------------------------
132
132
133
-
Default: ``PHPUnit\TextUI\ResultPrinter``
133
+
Default: ``PHPUnit\TextUI\DefaultResultPrinter``
134
134
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.
0 commit comments