create raw laravel 12

This commit is contained in:
2025-04-28 10:57:56 +03:30
parent 18cb21e1ec
commit 363d76ff6d
56 changed files with 10385 additions and 0 deletions

View File

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