| Total Complexity | 5 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class LazyMiddlewareTest extends TestCase |
||
| 14 | { |
||
| 15 | /** @var ContainerInterface */ |
||
| 16 | private $container; |
||
| 17 | |||
| 18 | protected function setUp(): void |
||
| 30 | } |
||
| 31 | }; |
||
| 32 | } |
||
| 33 | |||
| 34 | public function testDefersToMiddlewareImplemention(): void |
||
| 45 | } |
||
| 46 | |||
| 47 | public function testFailsIfContainerDoesNotHaveMiddleware(): void |
||
| 53 | } |
||
| 54 | } |
||
| 55 |