| Total Complexity | 5 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class LazyHandlerTest extends TestCase |
||
| 13 | { |
||
| 14 | /** @var ContainerInterface */ |
||
| 15 | private $container; |
||
| 16 | |||
| 17 | protected function setUp(): void |
||
| 29 | } |
||
| 30 | }; |
||
| 31 | } |
||
| 32 | |||
| 33 | public function testDefersToHandlerImplementation(): void |
||
| 42 | } |
||
| 43 | |||
| 44 | public function testFailsIfContainerDoesNotHaveHandler(): void |
||
| 50 | } |
||
| 51 | } |
||
| 52 |