dstpabuaran.com/tests/Feature/ExampleTest.php
2026-07-28 17:40:38 +07:00

7 lines
133 B
PHP

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