Passed
Push — master ( d65b86...ea640b )
by Aimeos
22:07 queued 14:23
created
tests/MAdmin/Cache/Manager/RedisTest.php 1 patch
Braces   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -137,9 +137,12 @@
 block discarded – undo
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
 	}
Please login to merge, or discard this patch.