Passed
Push — master ( 6794ce...eae594 )
by Aimeos
05:31
created
lib/mshoplib/tests/MShop/Service/Provider/Decorator/ReductionTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -217,7 +217,7 @@
 block discarded – undo
217 217
 		$subProduct->setPrice( $subProduct->getPrice()->setCosts( '5.00' ) );
218 218
 
219 219
 		$this->servItem->setConfig( ['reduction.percent' => 60, 'reduction.product-costs' => 1] );
220
-		$this->basket->addProduct( $orderProduct->setProducts( [$subProduct]) );
220
+		$this->basket->addProduct( $orderProduct->setProducts( [$subProduct] ) );
221 221
 
222 222
 		$this->mockProvider->expects( $this->once() )->method( 'calcPrice' )
223 223
 			->will( $this->returnValue( $priceItem ) );
Please login to merge, or discard this patch.