Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 3dc9dc5

Browse files
author
Stanislav Idolov
committed
CheckoutAgreements getList refactoring
1 parent 47a7406 commit 3dc9dc5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

app/code/Magento/CheckoutAgreements/Test/Unit/Model/Checkout/Plugin/GuestValidationTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
use Magento\CheckoutAgreements\Model\AgreementsProvider;
99
use Magento\Store\Model\ScopeInterface;
1010

11+
/**
12+
* Class GuestValidationTest
13+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
14+
*/
1115
class GuestValidationTest extends \PHPUnit\Framework\TestCase
1216
{
1317
/**

app/code/Magento/CheckoutAgreements/Test/Unit/Model/Checkout/Plugin/ValidationTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
use Magento\CheckoutAgreements\Model\AgreementsProvider;
99
use Magento\Store\Model\ScopeInterface;
1010

11+
/**
12+
* Class ValidationTest
13+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
14+
*/
1115
class ValidationTest extends \PHPUnit\Framework\TestCase
1216
{
1317
/**

0 commit comments

Comments
 (0)