This commit is contained in:
Mekan1206
2026-06-04 20:40:39 +05:00
commit 608876864b
82 changed files with 14830 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
{
//
}