| Conditions | 2 |
| Paths | 2 |
| Total Lines | 9 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 17 | protected function setUp() |
||
| 18 | { |
||
| 19 | if( !class_exists( '\Zend\Diactoros\Response' ) ) { |
||
| 20 | $this->markTestSkipped( '\Zend\Diactoros\Response is not available' ); |
||
| 21 | } |
||
| 22 | |||
| 23 | $view = new \Aimeos\MW\View\Standard(); |
||
| 24 | $this->object = new \Aimeos\MW\View\Helper\Response\Typo3( $view ); |
||
| 25 | } |
||
| 26 | |||
| 39 |