Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jails committed Apr 2, 2012
1 parent b7b2f12 commit b4a2a5f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/Unit.php
Original file line number Diff line number Diff line change
Expand Up @@ -900,8 +900,7 @@ protected function _compare($type, $expected, $result = null, $trace = null) {
if (!empty($data)) {
return $data;
}
}
elseif (!is_scalar($result)) {
} elseif (!is_scalar($result)) {
$data = $this->_compare($type, $result, $expected);

if (!empty($data)) {
Expand Down Expand Up @@ -1055,4 +1054,4 @@ protected function _hasNetwork($config = array()) {
}
}

?>
?>

0 comments on commit b4a2a5f

Please sign in to comment.