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