Skip to content

Commit

Permalink
Update printerClass documentatation
Browse files Browse the repository at this point in the history
This was changed in version 9.0 with the implemtation of sebastianbergmann/phpunit#4024.
  • Loading branch information
JeppeKnockaert committed Mar 20, 2020
1 parent ec4433c commit 9f57e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configuration.rst
Expand Up @@ -150,9 +150,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 either is ``PHPUnit\TextUI\DefaultResultPrinter`` or that implements ``PHPUnit\TextUI\ResultPrinter``. An object of this class is used to print progress and test results.

.. _appendixes.configuration.phpunit.printerFile:

Expand Down

0 comments on commit 9f57e53

Please sign in to comment.