MDL-32923 phpunit: make copy/paste easier
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user