Skip to content

Commit

Permalink
Merge pull request #34 from omansour/master
Browse files Browse the repository at this point in the history
missing return value for the test contains
  • Loading branch information
stephpy committed Apr 11, 2013
2 parents cf3eb88 + 9d70ab0 commit 88be801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Test/Asserters/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,6 @@ public function contains($text, $failMessage = null)
} else {
$this->fail($failMessage !== null ? $failMessage : sprintf($this->getLocale()->_("text : '%s' wasn't found in the response"), $text));
}
return $this;
}
}

0 comments on commit 88be801

Please sign in to comment.