File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Email/Test/Unit/Model Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class BackendTemplateTest extends \PHPUnit_Framework_TestCase
46
46
/**
47
47
* @var \Magento\Framework\Serialize\Serializer\Json|\PHPUnit_Framework_MockObject_MockObject
48
48
*/
49
- private $ serilizerMock ;
49
+ private $ serializerMock ;
50
50
51
51
protected function setUp ()
52
52
{
@@ -75,14 +75,14 @@ protected function setUp()
75
75
76
76
\Magento \Framework \App \ObjectManager::setInstance ($ objectManagerMock );
77
77
78
- $ this ->serilizerMock = $ this ->getMockBuilder (\Magento \Framework \Serialize \Serializer \Json::class)->getMock ();
78
+ $ this ->serializerMock = $ this ->getMockBuilder (\Magento \Framework \Serialize \Serializer \Json::class)->getMock ();
79
79
80
80
$ this ->model = $ helper ->getObject (
81
81
\Magento \Email \Model \BackendTemplate::class,
82
82
[
83
83
'scopeConfig ' => $ this ->scopeConfigMock ,
84
84
'structure ' => $ this ->structureMock ,
85
- 'serializer ' => $ this ->serilizerMock
85
+ 'serializer ' => $ this ->serializerMock
86
86
]
87
87
);
88
88
}
You can’t perform that action at this time.
0 commit comments