Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
36 | public function testServiceIdentification() { |
||
37 | $this->load(); |
||
38 | $this->assertContainerBuilderHasService('symball_report.excel_service'); |
||
39 | $this->assertContainerBuilderHasService('symball_report.meta'); |
||
40 | $this->assertContainerBuilderHasService('symball_report.report_builder'); |
||
41 | $this->assertContainerBuilderHasService('symball_report.pattern'); |
||
42 | $this->assertContainerBuilderHasService('symball_report.query'); |
||
43 | $this->assertContainerBuilderHasService('symball_report.style'); |
||
44 | |||
45 | } |
||
46 | } |
||
47 |