Skip to content

Commit f6757ba

Browse files
MAGETWO-67352: Terms & Conditions validation not working in case of two entries
1 parent 7062a6c commit f6757ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dev/tests/integration/testsuite/Magento/CheckoutAgreements/Model/Checkout/Plugin/GuestValidationTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
*/
66
namespace Magento\CheckoutAgreements\Model\Checkout\Plugin;
77

8+
/**
9+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
10+
*/
811
class GuestValidationTest extends \PHPUnit_Framework_TestCase
912
{
1013
/**

0 commit comments

Comments
 (0)