Files
-S.I.S-QuaySo_v2/tests/TestCase.php
T
2026-03-26 09:28:14 +07:00

11 lines
152 B
PHP

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