Files
Laucha1312 aa9bc585fd 4
2026-06-04 15:22:45 -03:00

11 lines
142 B
PHP

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