Skip to content

Commit

Permalink
Continue chaining
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Apr 27, 2015
1 parent de34eb0 commit afab437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Extensions/IntegrationTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ protected function assertPageIs($uri, $message, $negate = false)
*/
protected function seePageIs($uri)
{
$this->assertPageIs(
return $this->assertPageIs(
$uri, "Expected to be on the page, {$uri}, but wasn't."
);
}
Expand Down

0 comments on commit afab437

Please sign in to comment.