| @@ -158,9 +158,12 @@ | ||
| 158 | 158 | |
| 159 | 159 | public function testGetCache() | 
| 160 | 160 |  	{ | 
| 161 | -		try { | |
| 161 | + try | |
| 162 | +		{ | |
| 162 | 163 | $this->assertInstanceOf( '\\Aimeos\\MW\\Cache\\Iface', $this->object->getCache() ); | 
| 163 | -		} catch( \Aimeos\MAdmin\Cache\Exception $e ) { | |
| 164 | + } | |
| 165 | + catch( \Aimeos\MAdmin\Cache\Exception $e ) | |
| 166 | +		{ | |
| 164 | 167 | $this->markTestSkipped( 'Please install Predis client first' ); | 
| 165 | 168 | } | 
| 166 | 169 | } |