Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
--testdox
parameter from phpunit command (#63)
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`.
- Loading branch information