tools/scripts/phpunit - Enable tap for phpunit9
authorTim Otten <totten@civicrm.org>
Thu, 30 Mar 2023 01:36:34 +0000 (18:36 -0700)
committerTim Otten <totten@civicrm.org>
Thu, 30 Mar 2023 01:36:34 +0000 (18:36 -0700)
tools/scripts/phpunit

index 76010ddc3510c1196cd494cb1acf3225e6be5535..1102aa28094dcff28f4ff3bff979199249a381b9 100755 (executable)
@@ -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':