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