Issue #2811065 by webflo, klausi, anavarre, tstoeckler, rfay: Fix docs around --printer option in phpunit.xml.dist

8.3.x
Alex Pott 2016-10-25 12:14:29 -07:00
parent d92575ca25
commit 4bbbcd67ba
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
result printer that links to the html output results for functional tests. result printer that links to the html output results for functional tests.
Unfortunately, this breaks the output of PHPStorm's PHPUnit runner. However, if Unfortunately, this breaks the output of PHPStorm's PHPUnit runner. However, if
using the command line you can add using the command line you can add
- -printerClass="\Drupal\Tests\Listeners\HtmlOutputPrinter" to use it (note - -printer="\Drupal\Tests\Listeners\HtmlOutputPrinter" to use it (note there
there should be no spaces between the hyphens). should be no spaces between the hyphens).
--> -->
<php> <php>
<!-- Set error reporting to E_ALL. --> <!-- Set error reporting to E_ALL. -->