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:
a8f5324
)
Run master tests using phpunit5
author
Seamus Lee
<seamuslee001@gmail.com>
Fri, 4 May 2018 22:33:47 +0000
(08:33 +1000)
committer
Seamus Lee
<seamuslee001@gmail.com>
Fri, 4 May 2018 22:33:47 +0000
(08:33 +1000)
tools/scripts/phpunit
patch
|
blob
|
blame
|
history
diff --git
a/tools/scripts/phpunit
b/tools/scripts/phpunit
index 8f034a2ee02517cce69c1c8b7fd13d31f4f77a4a..1d5bee225a23cbdf977af26725af571ab8538be1 100755
(executable)
--- a/
tools/scripts/phpunit
+++ b/
tools/scripts/phpunit
@@
-14,7
+14,7
@@
if (PHP_SAPI !== 'cli') {
die("phpunit can only be run from command line.");
}
-$phpunit = findCommand('phpunit
4
');
+$phpunit = findCommand('phpunit
5
');
if (!$phpunit) {
$phpunit = findCommand('phpunit');
}