Skip to content

Commit 2a178f9

Browse files
author
Ievgen Sentiabov
committed
MAGETWO-43348: Contribute to mainline
- Refactored code related to failed tests
1 parent f52b2de commit 2a178f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/code/Magento/Paypal/Controller/Transparent/RequestSecureToken.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* Class RequestSecureToken
2020
*
2121
* @package Magento\Paypal\Controller\Transparent
22+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2223
*/
2324
class RequestSecureToken extends \Magento\Framework\App\Action\Action
2425
{

app/code/Magento/Paypal/Test/Unit/Controller/Transparent/RequestSecureTokenTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,5 +222,4 @@ public function testExecuteEmptyQuoteError()
222222

223223
$this->assertEquals($jsonMock, $this->controller->execute());
224224
}
225-
226225
}

0 commit comments

Comments
 (0)