This commit is contained in:
Andreas Reinhold / reini
2026-02-12 16:11:57 +01:00
commit 4790be8142
124 changed files with 18697 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
test('returns a successful response', function () {
$response = $this->get(route('home'));
$response->assertOk();
});