| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 30 | public function testBundleService() |
||
| 31 | { |
||
| 32 | $this->load(); |
||
| 33 | |||
| 34 | $this->assertContainerBuilderHasService( |
||
| 35 | self::SERVICE_ID, |
||
| 36 | 'DaveDevelopment\TwigInflection\Twig\Extension\Inflection' |
||
| 37 | ); |
||
| 38 | $this->assertContainerBuilderHasServiceDefinitionWithTag( |
||
| 39 | self::SERVICE_ID, |
||
| 40 | 'twig.extension' |
||
| 41 | ); |
||
| 42 | } |
||
| 43 | } |
||
| 44 |