@@ -137,9 +137,12 @@ |
||
137 | 137 | |
138 | 138 | public function testGetCache() |
139 | 139 | { |
140 | - try { |
|
140 | + try |
|
141 | + { |
|
141 | 142 | $this->assertInstanceOf( '\\Aimeos\\Base\\Cache\\Iface', $this->object->getCache() ); |
142 | - } catch( \Aimeos\MAdmin\Cache\Exception $e ) { |
|
143 | + } |
|
144 | + catch( \Aimeos\MAdmin\Cache\Exception $e ) |
|
145 | + { |
|
143 | 146 | $this->markTestSkipped( 'Please install Predis client first' ); |
144 | 147 | } |
145 | 148 | } |