Files
keystone/tests/Feature/DatabaseSeederTest.php
Harry Bayliss 5b977c1f41
Some checks failed
CI / Lint (push) Failing after 22s
CI / Tests (push) Failing after 33s
wowowowowo
2026-05-28 15:15:41 +01:00

8 lines
109 B
PHP

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