Skip to content

Commit

Permalink
Refactor inline
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Mar 3, 2014
1 parent d63f927 commit e315233
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/features/bootstrap/FeatureContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ public function iGenerateASeedWith($tableName)
*/
public function iShouldSee($output)
{
$display = $this->tester->getDisplay();

assertContains($output, $display);
assertContains($output, $this->tester->getDisplay());
}

/**
Expand Down

0 comments on commit e315233

Please sign in to comment.