From: Seamus Lee Date: Fri, 4 May 2018 22:33:47 +0000 (+1000) Subject: Run master tests using phpunit5 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=be94f2d6589611b4bcb858c6edcff72d87188798;p=civicrm-core.git Run master tests using phpunit5 --- diff --git a/tools/scripts/phpunit b/tools/scripts/phpunit index 8f034a2ee0..1d5bee225a 100755 --- 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('phpunit4'); +$phpunit = findCommand('phpunit5'); if (!$phpunit) { $phpunit = findCommand('phpunit'); }