MDL-32923 phpunit: be a bit more verbose about re-run cmmand

This commit is contained in:
Dan Poltawski 2012-05-14 15:48:26 +08:00
parent a5fefe0bbd
commit 7e86180956

View File

@ -62,6 +62,6 @@ class Hint_ResultPrinter extends PHPUnit_TextUI_ResultPrinter {
$file = substr($file, strlen($cwd)+1);
}
$this->write("\n phpunit $testName $file\n");
$this->write("\n To re-run: phpunit $testName $file\n");
}
}