Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
20 | protected function setUp() |
||
21 | { |
||
22 | $this->extension = new DoctrineSpecificationExtension(); |
||
23 | |||
24 | $this->container = new ContainerBuilder(); |
||
25 | $this->container->registerExtension($this->extension); |
||
26 | |||
27 | $this->container->loadFromExtension($this->extension->getAlias()); |
||
28 | $this->container->compile(); |
||
29 | } |
||
30 | |||
55 | } |