Issue #2811065 by webflo, klausi, anavarre, tstoeckler, rfay: Fix docs around --printer option in phpunit.xml.dist
parent
d92575ca25
commit
4bbbcd67ba
|
@ -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).
|
||||
-->
|
||||
<php>
|
||||
<!-- Set error reporting to E_ALL. -->
|
||||
|
|
Loading…
Reference in New Issue