This commit is contained in:
Meghdad
2026-07-22 12:25:24 +03:30
commit 35c69c5655
107 changed files with 18699 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
test('the application returns a successful response', function () {
$response = $this->get('/');
$response->assertStatus(200);
});