hypothetical/tests/TestCase.php
2024-03-19 17:11:58 -04:00

10 lines
142 B
PHP

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