Skip to content

Commit 9257290

Browse files
author
Oleksandr Karpenko
committed
MAGETWO-52338: Csrf delete the customer addresses
1 parent d40f1f3 commit 9257290

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Customer/Test/Unit/Controller/Address/DeleteTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
use Magento\Customer\Controller\Address\Delete;
99
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager as ObjectManagerHelper;
1010

11+
/**
12+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
13+
*/
1114
class DeleteTest extends \PHPUnit_Framework_TestCase
1215
{
1316
/** @var Delete */

0 commit comments

Comments
 (0)