| DIR: /home/u358511784/domains/admin.texindcolors.com/public_html/tests/ |
| Current File : /home/u358511784/domains/admin.texindcolors.com/public_html/tests/TestCase.php |
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}
|