Files
BRISTO/tests/TestCase.php
jeremy bayse 89a369964d Premier commit
2026-02-09 11:27:21 +01:00

11 lines
142 B
PHP

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