Passed
Push — master ( 73d8f8...eb0b01 )
by Aimeos
05:12
created
lib/mshoplib/tests/MShop/Index/Manager/Attribute/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 
38 38
 	public function testAggregate()
39 39
 	{
40
-		$item = \Aimeos\MShop::create( $this->context, 'attribute')->findItem( 'white', [], 'product', 'color' );
40
+		$item = \Aimeos\MShop::create( $this->context, 'attribute' )->findItem( 'white', [], 'product', 'color' );
41 41
 
42 42
 		$search = $this->object->createSearch( true );
43 43
 		$result = $this->object->aggregate( $search, 'index.attribute.id' );
Please login to merge, or discard this patch.