diff --git a/src/configuration.rst b/src/configuration.rst index 48fe6543f..044c9fc83 100644 --- a/src/configuration.rst +++ b/src/configuration.rst @@ -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: