Completed
Push — master ( 085f89...a587cf )
by Aimeos
11:11
created
lib/mshoplib/tests/MShop/Service/Provider/Payment/PayPalExpressTest.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,8 @@
 block discarded – undo
226 226
 			->with( $this->equalTo( 200 ) );
227 227
 
228 228
 		$this->orderMock->expects( $this->once() )->method( 'saveItem' )
229
-			->with( $this->callback( function( $subject ) {
229
+			->with( $this->callback( function( $subject )
230
+			{
230 231
 				return $subject->getPaymentStatus() === \Aimeos\MShop\Order\Item\Base::PAY_RECEIVED;
231 232
 			} )
232 233
 		);
Please login to merge, or discard this patch.