@@ -43,14 +43,14 @@ |
||
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 |