Files
Subscription-Content-Manage…/tests/TestCase.php
Kwesi Banson Jnr c7f93a7dc1 Initial commit
2026-09-09 09:50:06 +00:00

11 lines
142 B
PHP

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