Skip to content

Commit 64655a6

Browse files
author
Gurzhyi, Andrii
committed
MAGETWO-46268: Contribute S73 to mainline
- Fixed static tests
1 parent c0afddf commit 64655a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Paypal/Test/Unit/Model/Payflow/Service/GatewayTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
use Magento\Paypal\Model\Payflow\Service\Gateway;
1515
use Psr\Log\LoggerInterface;
1616

17+
/**
18+
* Class GatewayTest
19+
*
20+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21+
*/
1722
class GatewayTest extends \PHPUnit_Framework_TestCase
1823
{
1924
/** @var Gateway|\PHPUnit_Framework_MockObject_MockObject */

0 commit comments

Comments
 (0)