Total Complexity | 6 |
Total Lines | 45 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class RegistryTest extends TestCase |
||
10 | { |
||
11 | private function getContainer(): ContainerInterface |
||
12 | { |
||
13 | return new class implements ContainerInterface { |
||
14 | public function get($id) |
||
18 | |||
19 | public function has($id) |
||
25 | |||
26 | public function testFromContainer() |
||
35 | |||
36 | public function testInstantiate() |
||
46 | |||
47 | public function testNotFound() |
||
53 | } |
||
54 |