Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | final class MockServiceProvider implements ServiceProviderInterface |
||
10 | { |
||
11 | private array $definitions = []; |
||
12 | private array $extensions = []; |
||
13 | |||
14 | public function getDefinitions(): array |
||
17 | } |
||
18 | |||
19 | public function getExtensions(): array |
||
22 | } |
||
23 | |||
24 | public function setDefinition(string $id, mixed $definition): void |
||
29 |