| Total Complexity | 4 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | final class FeatureTest extends TestCase |
||
| 14 | { |
||
| 15 | protected function setUp(): void |
||
| 18 | } |
||
| 19 | |||
| 20 | public function test_missing_factory_module(): void |
||
| 21 | { |
||
| 22 | $facade = new MissingFactoryFile\Facade(); |
||
| 23 | |||
| 24 | self::assertInstanceOf(AbstractFactory::class, $facade->getFactory()); |
||
| 25 | } |
||
| 26 | |||
| 27 | public function test_missing_config_module(): void |
||
| 32 | } |
||
| 33 | |||
| 34 | public function test_missing_provider_module(): void |
||
| 42 |