fix example test
This commit is contained in:
parent
cf73f8cb21
commit
b64d1e3dc8
|
@ -16,7 +16,8 @@ class ExampleTest extends TestCase
|
|||
*/
|
||||
public function testBasicTest()
|
||||
{
|
||||
$this->visit('/')
|
||||
->see('Laravel');
|
||||
$response = $this->get('/');
|
||||
|
||||
$response->assertHasStatus(200);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue