Skip to content

Commit

Permalink
Merge pull request #303 from alistairstead/fix-junit-pending-excpetions
Browse files Browse the repository at this point in the history
Correct the typo in attribute name message[s]
  • Loading branch information
everzet committed Jul 11, 2013
2 parents 8a25585 + 0a18e04 commit 052be6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Behat/Behat/Formatter/JUnitFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ protected function printTestCase(ScenarioNode $scenario, $time, EventInterface $
$elemAttributes = '';
if ($elemType !== 'skipped') {
$elemAttributes = sprintf(
'messages="%s" type="%s"',
'message="%s" type="%s"',
htmlspecialchars($error),
$this->getResultColorCode($event->getResult())
);
Expand Down

0 comments on commit 052be6c

Please sign in to comment.