| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 25 | public function testGettersSetters() |
||
| 26 | { |
||
| 27 | $loader = new LoevgaardDandomainConsignmentExtension(); |
||
| 28 | $config = $this->getEmptyConfig(); |
||
| 29 | $container = new ContainerBuilder(); |
||
| 30 | $loader->load([$config], $container); |
||
| 31 | |||
| 32 | $this->assertSame($config['report_dir'], $container->getParameter('loevgaard_dandomain_consignment.report_dir')); |
||
| 33 | } |
||
| 34 | |||
| 48 |