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 d40f1f3 commit 9257290Copy full SHA for 9257290
app/code/Magento/Customer/Test/Unit/Controller/Address/DeleteTest.php
@@ -8,6 +8,9 @@
8
use Magento\Customer\Controller\Address\Delete;
9
use Magento\Framework\TestFramework\Unit\Helper\ObjectManager as ObjectManagerHelper;
10
11
+/**
12
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
13
+ */
14
class DeleteTest extends \PHPUnit_Framework_TestCase
15
{
16
/** @var Delete */
0 commit comments