Run master tests using phpunit5
authorSeamus Lee <seamuslee001@gmail.com>
Fri, 4 May 2018 22:33:47 +0000 (08:33 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Fri, 4 May 2018 22:33:47 +0000 (08:33 +1000)
tools/scripts/phpunit

index 8f034a2ee02517cce69c1c8b7fd13d31f4f77a4a..1d5bee225a23cbdf977af26725af571ab8538be1 100755 (executable)
@@ -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');
 }