retrofairie/tests/TestCase.php
2025-02-18 17:46:38 -08:00

10 lines
142 B
PHP
Executable file

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