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 a5189ca commit 373c7abCopy full SHA for 373c7ab
ReCaptchaCustomer/Test/Integration/AjaxLoginFormTest.php
@@ -18,7 +18,7 @@
18
use Magento\TestFramework\App\MutableScopeConfig;
19
use Magento\TestFramework\TestCase\AbstractController;
20
use PHPUnit\Framework\MockObject\MockObject;
21
-use Zend\Http\Headers;
+use Laminas\Http\Headers;
22
23
/**
24
* @magentoDataFixture Magento/Customer/_files/customer.php
ReCaptchaCustomer/Test/Integration/CreateCustomerFormTest.php
@@ -25,6 +25,7 @@
25
26
* @magentoAppArea frontend
27
* @magentoAppIsolation enabled
28
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
29
*/
30
class CreateCustomerFormTest extends AbstractController
31
{
0 commit comments