This commit is contained in:
Saufi
2026-05-11 12:09:56 +08:00
parent aed07c19e4
commit 0b3705573c
64 changed files with 2969 additions and 106 deletions

View File

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