| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | public function testRegister(): void |
||
| 17 | { |
||
| 18 | $config = ContainerConfig::create()->withProviders([ |
||
| 19 | new DebugServiceProvider(), |
||
| 20 | ]); |
||
| 21 | $container = new Container($config); |
||
| 22 | |||
| 23 | $this->assertInstanceOf(ContainerInterfaceProxy::class, $container->get(ContainerInterface::class)); |
||
| 24 | } |
||
| 26 |