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