Total Complexity | 2 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | final class FeatureTest extends TestCase |
||
11 | { |
||
12 | private const FACADE_ROOT_DIR = 'tests' . DIRECTORY_SEPARATOR . 'Feature' . DIRECTORY_SEPARATOR |
||
13 | . 'Framework' . DIRECTORY_SEPARATOR . 'UsingAbstractGacelaClassesByDefault'; |
||
14 | |||
15 | protected function setUp(): void |
||
16 | { |
||
17 | Gacela::bootstrap(__DIR__); |
||
18 | } |
||
19 | |||
20 | public function test_missing_factory_and_config(): void |
||
25 | } |
||
26 | } |
||
27 |