| Current Path : /home/forge/stage.sksb.smartcon-survey.com/tests/ |
| Current File : /home/forge/stage.sksb.smartcon-survey.com/tests/TestCase.php |
<?php
namespace Tests;
use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}