Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php declare(strict_types = 1); |
||
29 | protected function setUp(): void |
||
30 | { |
||
31 | $this->extension = new Bukashk0zzzFilterExtension(); |
||
32 | $this->container = new ContainerBuilder(); |
||
33 | |||
34 | $this->container->set('annotations.cached_reader', new \stdClass()); |
||
35 | |||
36 | $this->container->registerExtension($this->extension); |
||
37 | } |
||
52 |