Files

8 lines
134 B
PHP
Raw Permalink Normal View History

<?php
test('returns a successful response', function () {
$response = $this->get(route('home'));
$response->assertOk();
});