From 4bbbcd67baf3c5a6b7a094bd83f67d62ab719036 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 25 Oct 2016 12:14:29 -0700 Subject: [PATCH] Issue #2811065 by webflo, klausi, anavarre, tstoeckler, rfay: Fix docs around --printer option in phpunit.xml.dist --- core/phpunit.xml.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/phpunit.xml.dist b/core/phpunit.xml.dist index 9658f2ce04e..ef1ae3b6fad 100644 --- a/core/phpunit.xml.dist +++ b/core/phpunit.xml.dist @@ -15,8 +15,8 @@ result printer that links to the html output results for functional tests. Unfortunately, this breaks the output of PHPStorm's PHPUnit runner. However, if using the command line you can add - - -printerClass="\Drupal\Tests\Listeners\HtmlOutputPrinter" to use it (note - there should be no spaces between the hyphens). + - -printer="\Drupal\Tests\Listeners\HtmlOutputPrinter" to use it (note there + should be no spaces between the hyphens). -->