We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0afddf commit 64655a6Copy full SHA for 64655a6
app/code/Magento/Paypal/Test/Unit/Model/Payflow/Service/GatewayTest.php
@@ -14,6 +14,11 @@
14
use Magento\Paypal\Model\Payflow\Service\Gateway;
15
use Psr\Log\LoggerInterface;
16
17
+/**
18
+ * Class GatewayTest
19
+ *
20
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
21
+ */
22
class GatewayTest extends \PHPUnit_Framework_TestCase
23
{
24
/** @var Gateway|\PHPUnit_Framework_MockObject_MockObject */
0 commit comments