Initial commit

This commit is contained in:
2026-09-21 17:58:38 +03:00
commit c5baf37fb2
58 changed files with 10795 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}