| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | protected function setUp() |
||
| 19 | { |
||
| 20 | $context = \TestHelperFrontend::getContext(); |
||
| 21 | $controller = \Aimeos\Controller\Frontend\Service\Factory::createController( $context, 'Standard' ); |
||
| 22 | $this->object = new \Aimeos\Controller\Frontend\Service\Decorator\Example( $controller, $context ); |
||
| 23 | } |
||
| 24 | |||
| 39 |