| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 11 | 
| Code Lines | 7 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php | ||
| 42 | public function testAlternativeConfiguration() | ||
| 43 |     { | ||
| 44 | $this->load([ | ||
| 45 | 'log_exceptions' => true, | ||
| 46 | 'log_commands' => false, | ||
| 47 | 'twig' => false, | ||
| 48 | ]); | ||
| 49 | |||
| 50 |         $this->assertContainerBuilderNotHasService('ekino.new_relic.twig.new_relic_extension'); | ||
| 51 |         $this->assertContainerBuilderNotHasService('ekino.new_relic.command_listener'); | ||
| 52 |         $this->assertContainerBuilderHasService('ekino.new_relic.exception_listener'); | ||
| 53 | } | ||
| 62 |