| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | final class ConfigurationFactoryFactoryTest extends TestCase |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * Assert the factory defines an __invoke() method |
||
| 23 | */ |
||
| 24 | public function testIsCallable(): void |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Assert that the __invoke() method will create a new ConfigurationFactory instance |
||
| 31 | */ |
||
| 32 | public function testInvokeReturnsAConfigurationFactory(): void |
||
| 43 |