Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | protected function setUp() |
||
19 | { |
||
20 | $this->context = \TestHelperJqadm::getContext(); |
||
21 | $templatePaths = \TestHelperJqadm::getTemplatePaths(); |
||
22 | |||
23 | $client = new \Aimeos\Admin\JQAdm\Product\Standard( $this->context, $templatePaths ); |
||
24 | $this->object = new \Aimeos\Admin\JQAdm\Common\Decorator\Sites( $client, $this->context, $templatePaths ); |
||
25 | } |
||
26 | |||
43 |