Passed
Push — master ( 2f982f...c4771c )
by Aimeos
03:00
created
lib/custom/tests/MAdmin/Cache/Manager/RedisTest.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -158,9 +158,12 @@
 block discarded – undo
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
 	}
Please login to merge, or discard this patch.