Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
225097f
)
MDL-32923 phpunit: make copy/paste easier
author
Dan Poltawski
<dan@moodle.com>
Mon, 14 May 2012 09:38:58 +0000
(17:38 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 14 May 2012 09:38:58 +0000
(17:38 +0800)
lib/phpunit/classes/hint_resultprinter.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/phpunit/classes/hint_resultprinter.php
b/lib/phpunit/classes/hint_resultprinter.php
index
9be7ae0
..
02a09f8
100644
(file)
--- a/
lib/phpunit/classes/hint_resultprinter.php
+++ b/
lib/phpunit/classes/hint_resultprinter.php
@@
-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("\n
To re-run:\n
phpunit $testName $file\n");
}
}