37246-vm/tests/TestCase.php
Flatlogic Bot ee75993888 Phase 1
2026-01-03 10:02:23 +00:00

11 lines
142 B
PHP

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