2026-06-16 11:56:21 +00:00

8 lines
134 B
PHP

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