Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 11, 2006
1 parent d0f94a4 commit 7b82378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPUnit/Framework/Constraint/IsIdentical.php
Expand Up @@ -114,7 +114,7 @@ public function fail($other, $description, $not = FALSE)
);
} else {
throw new PHPUnit_Framework_ExpectationFailedException(
self::negate($failureDescription)
$failureDescription
);
}
}
Expand Down

0 comments on commit 7b82378

Please sign in to comment.