Completed
Push — master ( 9efee0...e1a749 )
by Aimeos
01:45
created
client/jsonapi/tests/TestHelperJapi.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -84,6 +84,9 @@
 block discarded – undo
84 84
 	}
85 85
 
86 86
 
87
+	/**
88
+	 * @param string $site
89
+	 */
87 90
 	private static function createContext( $site )
88 91
 	{
89 92
 		$ctx = new \Aimeos\MShop\Context\Item\Standard();
Please login to merge, or discard this patch.
client/jsonapi/tests/Client/JsonApi/Basket/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -374,7 +374,7 @@
 block discarded – undo
374 374
 		$baseManager = \Aimeos\MShop::create( $this->context, 'order/base' );
375 375
 
376 376
 		$search = $baseManager->createSearch();
377
-		$search->setConditions( $search->compare( '==', 'order.base.price', '672.00') );
377
+		$search->setConditions( $search->compare( '==', 'order.base.price', '672.00' ) );
378 378
 
379 379
 		$items = $baseManager->searchItems( $search );
380 380
 
Please login to merge, or discard this patch.
client/jsonapi/tests/Client/JsonApi/Order/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -396,7 +396,7 @@
 block discarded – undo
396 396
 		$baseManager = \Aimeos\MShop::create( $this->context, 'order/base' );
397 397
 
398 398
 		$search = $baseManager->createSearch();
399
-		$search->setConditions( $search->compare( '==', 'order.base.price', '672.00') );
399
+		$search->setConditions( $search->compare( '==', 'order.base.price', '672.00' ) );
400 400
 
401 401
 		$items = $baseManager->searchItems( $search );
402 402
 
Please login to merge, or discard this patch.