File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
ReCaptchaSendFriend/Test/Integration Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
namespace Magento \ReCaptchaSendFriend \Test \Integration ;
9
9
10
- use Magento \Catalog \Api \ProductRepositoryInterface ;
11
10
use Magento \Framework \App \Request \Http ;
12
11
use Magento \Framework \Data \Form \FormKey ;
13
12
use Magento \Framework \Exception \InputException ;
@@ -38,11 +37,6 @@ class SendFriendFormTest extends AbstractController
38
37
*/
39
38
private $ formKey ;
40
39
41
- /**
42
- * @var ProductRepositoryInterface
43
- */
44
- private $ productRepository ;
45
-
46
40
/**
47
41
* @var TransportBuilderMock
48
42
*/
@@ -61,8 +55,6 @@ protected function setUp()
61
55
parent ::setUp ();
62
56
$ this ->mutableScopeConfig = $ this ->_objectManager ->get (MutableScopeConfig::class);
63
57
$ this ->formKey = $ this ->_objectManager ->get (FormKey::class);
64
-
65
- $ this ->productRepository = $ this ->_objectManager ->get (ProductRepositoryInterface::class);
66
58
$ this ->transportMock = $ this ->_objectManager ->get (TransportBuilderMock::class);
67
59
68
60
$ this ->captchaValidationResultMock = $ this ->createMock (ValidationResult::class);
You can’t perform that action at this time.
0 commit comments