Initial Commit

This commit is contained in:
2026-03-17 06:16:42 +00:00
commit 02c8c9ee88
55 changed files with 2362 additions and 0 deletions

10
tests/TestCase.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}