projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
850b7d8
)
tools/scripts/phpunit - Enable tap for phpunit9
author
Tim Otten
<totten@civicrm.org>
Thu, 30 Mar 2023 01:36:34 +0000
(18:36 -0700)
committer
Tim Otten
<totten@civicrm.org>
Thu, 30 Mar 2023 01:36:34 +0000
(18:36 -0700)
tools/scripts/phpunit
patch
|
blob
|
blame
|
history
diff --git
a/tools/scripts/phpunit
b/tools/scripts/phpunit
index 76010ddc3510c1196cd494cb1acf3225e6be5535..1102aa28094dcff28f4ff3bff979199249a381b9 100755
(executable)
--- 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':