Skip to content

Commit 373c7ab

Browse files
committed
#206: PHP 7.4 support
1 parent a5189ca commit 373c7ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ReCaptchaCustomer/Test/Integration/AjaxLoginFormTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
use Magento\TestFramework\App\MutableScopeConfig;
1919
use Magento\TestFramework\TestCase\AbstractController;
2020
use PHPUnit\Framework\MockObject\MockObject;
21-
use Zend\Http\Headers;
21+
use Laminas\Http\Headers;
2222

2323
/**
2424
* @magentoDataFixture Magento/Customer/_files/customer.php

ReCaptchaCustomer/Test/Integration/CreateCustomerFormTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
/**
2626
* @magentoAppArea frontend
2727
* @magentoAppIsolation enabled
28+
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2829
*/
2930
class CreateCustomerFormTest extends AbstractController
3031
{

0 commit comments

Comments
 (0)