Commit 7d2779e
authored
Remove
The `--testdox` parameter replaces the printer we previously set with `--printer`.
This causes the following problems:
- The previous exception is not shown, see sebastianbergmann/phpunit#5863
- The "HTML output was generated" message from Drupal is not shown.
By removing the argument we fall back to the Drupal output printer. A developer can still manually append --testdox when running `ddev phpunit`.--testdox parameter from phpunit command (#63)1 parent 03ebd77 commit 7d2779e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
0 commit comments