summaryrefslogtreecommitdiffstats
path: root/texttest.php
diff options
context:
space:
mode:
Diffstat (limited to 'texttest.php')
-rw-r--r--texttest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/texttest.php b/texttest.php
index 0764eef..c2cc3bc 100644
--- a/texttest.php
+++ b/texttest.php
@@ -18,7 +18,7 @@ class TextTestResult extends PHPUnit_TestResult {
parent::addPassedTest($test);
echo ".";
}
-
+
function dumpBadResults() {
foreach ($this->failures() as $failure) {
echo $failure->toString();