diff --git a/tests/features/bootstrap/FeatureContext.php b/tests/features/bootstrap/FeatureContext.php index b849b74d..07d19c96 100644 --- a/tests/features/bootstrap/FeatureContext.php +++ b/tests/features/bootstrap/FeatureContext.php @@ -70,9 +70,7 @@ public function iGenerateASeedWith($tableName) */ public function iShouldSee($output) { - $display = $this->tester->getDisplay(); - - assertContains($output, $display); + assertContains($output, $this->tester->getDisplay()); } /**