Files
RecruIT/tests/TestCase.php
jeremy bayse a55a33ae2a Initial commit
2026-03-20 08:25:58 +01:00

11 lines
142 B
PHP

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