35636-vm/tests/TestCase.php
Flatlogic Bot ae66f9c6f3 2
2025-11-11 09:40:21 +00:00

11 lines
142 B
PHP

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