github-pachong/tests/TestCase.php
hellcat c69d35d1bb 1
2026-01-10 16:40:33 +08:00

11 lines
142 B
PHP
Executable File

<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
}