File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Persistent/Test/Unit/Model/Checkout Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,17 +64,17 @@ protected function setUp()
64
64
}
65
65
66
66
/**
67
- * @param bool $persitenceEnabled
67
+ * @param bool $persistenceEnabled
68
68
* @param bool $isPersistent
69
69
* @param bool $isLoggedIn
70
70
*
71
71
* @dataProvider configDataProvider
72
72
*/
73
- public function testAfterGetConfigNegative ($ persitenceEnabled , $ isPersistent , $ isLoggedIn )
73
+ public function testAfterGetConfigNegative ($ persistenceEnabled , $ isPersistent , $ isLoggedIn )
74
74
{
75
75
$ result = [40 , 30 , 50 ];
76
76
77
- $ this ->persistentHelperMock ->expects ($ this ->once ())->method ('isEnabled ' )->willReturn ($ persitenceEnabled );
77
+ $ this ->persistentHelperMock ->expects ($ this ->once ())->method ('isEnabled ' )->willReturn ($ persistenceEnabled );
78
78
$ this ->persistentSessionMock ->expects ($ this ->any ())->method ('isPersistent ' )->willReturn ($ isPersistent );
79
79
$ this ->customerSessionMock ->expects ($ this ->any ())->method ('isLoggedIn ' )->willReturn ($ isLoggedIn );
80
80
$ this ->maskFactoryMock ->expects ($ this ->never ())->method ('create ' );
You can’t perform that action at this time.
0 commit comments