File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Store/Test/Unit/App/Request Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ protected function setUp()
37
37
$ this ->_model = new \Magento \Store \App \Request \PathInfoProcessor ($ this ->_storeManagerMock );
38
38
}
39
39
40
- public function testProcessIfStoreExistsAndIsNotDirectAcccessToFrontName ()
40
+ public function testProcessIfStoreExistsAndIsNotDirectAccessToFrontName ()
41
41
{
42
42
$ store = $ this ->createMock (\Magento \Store \Model \Store::class);
43
43
$ this ->_storeManagerMock ->expects (
@@ -62,7 +62,7 @@ public function testProcessIfStoreExistsAndIsNotDirectAcccessToFrontName()
62
62
$ this ->assertEquals ('/node_one/ ' , $ this ->_model ->process ($ this ->_requestMock , $ this ->_pathInfo ));
63
63
}
64
64
65
- public function testProcessIfStoreExistsAndDirectAcccessToFrontName ()
65
+ public function testProcessIfStoreExistsAndDirectAccessToFrontName ()
66
66
{
67
67
$ store = $ this ->createMock (\Magento \Store \Model \Store::class);
68
68
$ this ->_storeManagerMock ->expects (
You can’t perform that action at this time.
0 commit comments