Merge pull request #12979 from mattwire/datepicker_eventparticipant_register
[civicrm-core.git] / Civi / Test / CiviTestListener.php
index d923fad9c9883648fda8a26194ba19693e3b6897..2f50529ee60647f7342098ea61b549a35de2d67f 100644 (file)
@@ -176,8 +176,8 @@ class CiviTestListener extends \PHPUnit_Framework_BaseTestListener {
     }
 
     $blurb = "Tip: Run the headless tests and end-to-end tests separately, e.g.\n"
-      . "  $ phpunit4 --group headless\n"
-      . "  $ phpunit4 --group e2e  \n";
+      . "  $ phpunit5 --group headless\n"
+      . "  $ phpunit5 --group e2e  \n";
 
     if (!empty($byInterface['HeadlessInterface']) && CIVICRM_UF !== 'UnitTests') {
       $testNames = implode(', ', array_keys($byInterface['HeadlessInterface']));