From be94f2d6589611b4bcb858c6edcff72d87188798 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sat, 5 May 2018 08:33:47 +1000 Subject: [PATCH] Run master tests using phpunit5 --- tools/scripts/phpunit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } -- 2.25.1