Skip to content

Commit efed677

Browse files
author
Ivan Tagil
authored
Merge pull request #19 from Itonomy/feature/CMP-71_72_bancontact-creditcard-tests
CMP-71, CMP-72 - BanContact, CreditCard tests
2 parents eb8ca78 + 99a3df1 commit efed677

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Client/Request/PaymentCreateRequest.php

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ class PaymentCreateRequest implements RequestInterface
2222
* @var PaymentCreate
2323
*/
2424
private $paymentCreate;
25+
2526
/**
2627
* @var string
2728
*/

Test/Integration/Controller/RedirectTest.php

-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ public function testDoesRedirectsToCartWhenNoOrderIsFound()
2525
}
2626

2727
/**
28-
*
2928
* @magentoDataFixture Magento/Sales/_files/order.php
3029
*/
3130
public function testRedirectsToCartOnException()
@@ -51,7 +50,6 @@ public function testRedirectsToCartOnException()
5150
}
5251

5352
/**
54-
*
5553
* @magentoDataFixture Magento/Sales/_files/order.php
5654
*/
5755
public function testRedirect()

0 commit comments

Comments
 (0)