| Current Path : /home/copmadinaarea/creditunion.copeastlegondistrict.org/tests/ |
| Current File : /home/copmadinaarea/creditunion.copeastlegondistrict.org/tests/TestCase.php |
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}