From 2e73b27af01437f1d59133ff40626d299f26cd9c Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Wed, 29 Mar 2023 18:36:34 -0700 Subject: [PATCH] tools/scripts/phpunit - Enable tap for phpunit9 --- tools/scripts/phpunit | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/scripts/phpunit b/tools/scripts/phpunit index 76010ddc35..1102aa2809 100755 --- a/tools/scripts/phpunit +++ b/tools/scripts/phpunit @@ -20,12 +20,6 @@ $phpunitCmd = pickPhpunitCommand(); $phpunitPath = findCommand($phpunitCmd); switch ($phpunitCmd) { case 'phpunit9': - $argFilters[] = function ($argv) { - // WISHLIST: Update TAP adapter for phpunit9. It's easier to search logs for problems. - return preg_replace('/--tap/', '--debug', $argv); - }; - break; - case 'phpunit8': case 'phpunit7': case 'phpunit6': -- 2.25.1