summaryrefslogtreecommitdiff
path: root/modules/simpletest/xml.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/simpletest/xml.php')
-rw-r--r--modules/simpletest/xml.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/simpletest/xml.php b/modules/simpletest/xml.php
index f3f105618..dcaa7525b 100644
--- a/modules/simpletest/xml.php
+++ b/modules/simpletest/xml.php
@@ -184,8 +184,8 @@ class XmlReporter extends SimpleReporter {
print $this->_getIndent(1);
print "<" . $this->_namespace . "exception>";
$message = 'Unexpected exception of type [' . get_class($exception) .
- '] with message ['. $exception->getMessage() .
- '] in ['. $exception->getFile() .
+ '] with message [' . $exception->getMessage() .
+ '] in [' . $exception->getFile() .
' line ' . $exception->getLine() . ']';
print $this->toParsedXml($message);
print "</" . $this->_namespace . "exception>\n";