Skip to content

Commit

Permalink
Merge pull request #2625 from samsonasik/fix-buffer-test
Browse files Browse the repository at this point in the history
Fixing buffer FeaturetestCaseTest::testEchoes()
  • Loading branch information
lonnieezell authored Feb 26, 2020
2 parents 614d885 + 015b19c commit ee72c8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/system/Test/FeatureTestCaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ public function testEchoes()
'Tests\Support\Controllers\Popcorn::canyon',
],
]);
ob_start();
$response = $this->get('home');
$response->assertSee('Hello-o-o');
}
Expand Down

0 comments on commit ee72c8e

Please sign in to comment.