authentikate/tests/Feature/InvitationSystemTest.php
Javier Feliz 1fd6f03a81
Some checks failed
linter / quality (push) Successful in 3m13s
tests / ci (push) Failing after 7m37s
Started working on invites
2025-08-01 20:59:42 -04:00

8 lines
109 B
PHP

<?php
test('example', function () {
$response = $this->get('/');
$response->assertStatus(200);
});