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.
|
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. -->
|
||||||
|
|
Loading…
Reference in New Issue