create management panel project

This commit is contained in:
2024-08-22 10:17:08 +08:00
parent 9074dd77f6
commit d74cac51c7
56 changed files with 10862 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
{
//
}