Skip to content

Commit 92eada4

Browse files
author
Yushkin, Dmytro
committed
MAGETWO-39685: Order number is absent on success page for PayPal Advanced Checkout
- fix for static tests
1 parent 64e94a9 commit 92eada4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Paypal/Test/Unit/Controller/Payflow/ReturnUrlTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
use Magento\Sales\Model\Order;
1717
use Psr\Log\LoggerInterface;
1818

19+
/**
20+
* Class ReturnUrlTest
21+
*
22+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
23+
*/
1924
class ReturnUrlTest extends \PHPUnit_Framework_TestCase
2025
{
2126
/**

0 commit comments

Comments
 (0)