Skip to content

Commit c48e764

Browse files
akaashakaash
authored andcommitted
ACQE-5968 | Static test fix
1 parent 66a26c0 commit c48e764

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dev/tests/integration/testsuite/Magento/Customer/Controller/ForgotPasswordPostTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
namespace Magento\Customer\Controller;
99

1010
use Magento\Config\Model\ResourceModel\Config as CoreConfig;
11-
use Magento\Customer\Api\CustomerRepositoryInterface;
1211
use Magento\Customer\Model\CustomerRegistry;
1312
use Magento\Framework\App\Config\ScopeConfigInterface;
1413
use Magento\Framework\App\Request\Http as HttpRequest;
@@ -37,11 +36,6 @@ class ForgotPasswordPostTest extends AbstractController
3736
/** @var TransportBuilderMock */
3837
private $transportBuilderMock;
3938

40-
/**
41-
* @var CustomerRepositoryInterface
42-
*/
43-
private $customerRepository;
44-
4539
/**
4640
* @var CoreConfig
4741
*/

0 commit comments

Comments
 (0)