Files
sms-client-portal/tests/TestCase.php
Kwesi Banson Jnr c68c007945 Initial commit
2026-03-19 11:03:33 +00:00

11 lines
142 B
PHP

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