Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 7, 2006
1 parent 4f42eec commit 0161d87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PHPUnit/Util/Log/JSON.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public function addError(PHPUnit_Framework_Test $test, Exception $e, $time)
'error',
$time,
PHPUnit_Util_Filter::getFilteredStacktrace(
$e->getTrace(),
$e,
TRUE,
TRUE,
FALSE
Expand All @@ -122,7 +122,7 @@ public function addFailure(PHPUnit_Framework_Test $test, PHPUnit_Framework_Asser
'fail',
$time,
PHPUnit_Util_Filter::getFilteredStacktrace(
$e->getTrace(),
$e,
TRUE,
TRUE,
FALSE
Expand Down

0 comments on commit 0161d87

Please sign in to comment.