tools/scripts/phpunit - Accept `--tap` on PHP 7.x / PHPUnit 6.x
authorTim Otten <totten@civicrm.org>
Mon, 3 Jun 2019 23:46:45 +0000 (16:46 -0700)
committerTim Otten <totten@civicrm.org>
Mon, 3 Jun 2019 23:46:45 +0000 (16:46 -0700)
commit71722e30de490c6e43f3959796307c3d7e072670
treebe098ae44d360a07990d5383a3e0528c210407a5
parente6c546c870378b6270bb510bf4fb1f905be2742c
tools/scripts/phpunit - Accept `--tap` on PHP 7.x / PHPUnit 6.x

The `--tap` option was removed in PHPUnit 6.x.  For backwared compatibility,
the preceding commit adds a printer with same/similar output format.  This
continues adding the backward comapt by respecting `--tap` as an alias
for `--printer Civi/Test/TAP`.
tools/scripts/phpunit