siakad-itm/tests/Feature/ExampleTest.php
Yoga Pangestu 9c2bb62666
Some checks failed
tests / ci (pull_request) Has been cancelled
fix: standardize closure syntax and ensure newline at end of file in multiple files
2026-08-25 18:16:54 +07:00

8 lines
134 B
PHP

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