Passed
Push — master ( 0d4b31...1d0cf9 )
by Aimeos
02:16
created
lib/custom/tests/MAdmin/Cache/Manager/RedisTest.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -43,14 +43,14 @@
 block discarded – undo
43 43
 	public function testGetSearchAttributes()
44 44
 	{
45 45
 		foreach( $this->object->getSearchAttributes() as $attr ) {
46
-			$this->assertInstanceOf('\\Aimeos\\MW\\Criteria\\Attribute\\Iface', $attr );
46
+			$this->assertInstanceOf( '\\Aimeos\\MW\\Criteria\\Attribute\\Iface', $attr );
47 47
 		}
48 48
 	}
49 49
 
50 50
 
51 51
 	public function testGetSubManager()
52 52
 	{
53
-		$this->expectException('\\Aimeos\\MAdmin\\Exception');
53
+		$this->expectException( '\\Aimeos\\MAdmin\\Exception' );
54 54
 		$this->object->getSubManager( 'unknown' );
55 55
 	}
56 56
 
Please login to merge, or discard this patch.