File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
lib/internal/Magento/Framework/Api/Test/Unit Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,6 @@ public function testPopulateWithArrayWithOrderPaymentAttributes(): void
320320 $ cc_ss_start_month = "0 " ;
321321 $ cc_ss_start_year = "0 " ;
322322
323-
324323 /** @var OrderPaymentInterface $orderPaymentObject */
325324 $ orderPaymentObject = $ this ->objectManager ->getObject (
326325 Payment::class,
@@ -355,7 +354,7 @@ public function testPopulateWithArrayWithOrderPaymentAttributes(): void
355354 $ this ->assertEquals ($ cc_exp_year , $ orderPaymentObject ->getCcExpYear ());
356355 $ this ->assertEquals ($ cc_last_4 , $ orderPaymentObject ->getCcLast4 ());
357356 $ this ->assertEquals ($ cc_owner , $ orderPaymentObject ->getCcOwner ());
358- $ this ->assertEquals ($ cc_number_enc ,$ orderPaymentObject ->getCcNumberEnc ());
357+ $ this ->assertEquals ($ cc_number_enc , $ orderPaymentObject ->getCcNumberEnc ());
359358 $ this ->assertEquals ($ poNumber , $ orderPaymentObject ->getPoNumber ());
360359 $ this ->assertEquals ($ cc_type , $ orderPaymentObject ->getCcType ());
361360 }
You can’t perform that action at this time.
0 commit comments