File size: 133 Bytes
ec474ac | 1 2 3 4 5 6 7 | <?php
test('returns a successful response', function () {
$response = $this->get(route('home'));
$response->assertOk();
}); |
ec474ac | 1 2 3 4 5 6 7 | <?php
test('returns a successful response', function () {
$response = $this->get(route('home'));
$response->assertOk();
}); |