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
320
320
$ cc_ss_start_month = "0 " ;
321
321
$ cc_ss_start_year = "0 " ;
322
322
323
-
324
323
/** @var OrderPaymentInterface $orderPaymentObject */
325
324
$ orderPaymentObject = $ this ->objectManager ->getObject (
326
325
Payment::class,
@@ -355,7 +354,7 @@ public function testPopulateWithArrayWithOrderPaymentAttributes(): void
355
354
$ this ->assertEquals ($ cc_exp_year , $ orderPaymentObject ->getCcExpYear ());
356
355
$ this ->assertEquals ($ cc_last_4 , $ orderPaymentObject ->getCcLast4 ());
357
356
$ this ->assertEquals ($ cc_owner , $ orderPaymentObject ->getCcOwner ());
358
- $ this ->assertEquals ($ cc_number_enc ,$ orderPaymentObject ->getCcNumberEnc ());
357
+ $ this ->assertEquals ($ cc_number_enc , $ orderPaymentObject ->getCcNumberEnc ());
359
358
$ this ->assertEquals ($ poNumber , $ orderPaymentObject ->getPoNumber ());
360
359
$ this ->assertEquals ($ cc_type , $ orderPaymentObject ->getCcType ());
361
360
}
You can’t perform that action at this time.
0 commit comments