Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
33 | public function testDefaultConfiguration() |
||
34 | { |
||
35 | $this->load(); |
||
36 | |||
37 | $this->assertContainerBuilderHasService('ekino.new_relic.twig.new_relic_extension'); |
||
38 | $this->assertContainerBuilderHasService('ekino.new_relic.command_listener'); |
||
39 | $this->assertContainerBuilderNotHasService('ekino.new_relic.exception_listener'); |
||
40 | } |
||
62 |