Skip to content

Commit

Permalink
Update XML printerClass default value
Browse files Browse the repository at this point in the history
  • Loading branch information
SandersJ16 authored and sebastianbergmann committed Nov 29, 2021
1 parent 8af969a commit 6e93f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ This attribute configures whether a test will be marked as risky (see :ref:`risk
The ``printerClass`` Attribute
------------------------------

Default: ``PHPUnit\TextUI\ResultPrinter``
Default: ``PHPUnit\TextUI\DefaultResultPrinter``

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.
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.

.. _appendixes.configuration.phpunit.printerFile:

Expand Down

0 comments on commit 6e93f0d

Please sign in to comment.