MDL-32923 phpunit: make copy/paste easier

This commit is contained in:
Dan Poltawski
2012-05-14 17:38:58 +08:00
parent 225097f75a
commit 36e686a07e
+1 -1
View File
@@ -62,6 +62,6 @@ class Hint_ResultPrinter extends PHPUnit_TextUI_ResultPrinter {
$file = substr($file, strlen($cwd)+1);
}
$this->write("\n To re-run: phpunit $testName $file\n");
$this->write("\nTo re-run:\n phpunit $testName $file\n");
}
}