Files
unifiedpayment/tests/TestCase.php
Kwesi Banson 68f115489b initial commit
2022-10-05 22:06:09 +00:00

11 lines
163 B
PHP

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