File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
dev/tests/integration/testsuite/Magento/Customer/Controller Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 19
19
use Magento \Framework \App \Http ;
20
20
use Magento \Framework \Data \Form \FormKey ;
21
21
use Magento \Framework \Message \MessageInterface ;
22
- use Magento \Store \Model \ScopeInterface ;
23
22
use Magento \TestFramework \Helper \Bootstrap ;
24
23
use Magento \TestFramework \Request ;
25
24
use Magento \TestFramework \Response ;
26
25
use Magento \TestFramework \Mail \Template \TransportBuilderMock ;
27
- use Magento \Framework \App \Config \MutableScopeConfigInterface ;
28
26
use Magento \Framework \Serialize \Serializer \Json ;
29
27
use Magento \Framework \Stdlib \CookieManagerInterface ;
30
28
use Magento \Theme \Controller \Result \MessagePlugin ;
35
33
*/
36
34
class AccountTest extends \Magento \TestFramework \TestCase \AbstractController
37
35
{
38
- /**
39
- * @var MutableScopeConfigInterface
40
- */
41
- private $ mutableScopeConfig ;
42
-
43
36
/**
44
37
* @var TransportBuilderMock
45
38
*/
@@ -48,7 +41,6 @@ class AccountTest extends \Magento\TestFramework\TestCase\AbstractController
48
41
protected function setUp ()
49
42
{
50
43
parent ::setUp ();
51
- $ this ->mutableScopeConfig = $ this ->_objectManager ->get (MutableScopeConfigInterface::class);
52
44
$ this ->transportBuilderMock = $ this ->_objectManager ->get (TransportBuilderMock::class);
53
45
}
54
46
You can’t perform that action at this time.
0 commit comments