Skip to content

Commit 764f8c7

Browse files
committed
Cover unit test
1 parent 3bd7613 commit 764f8c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/code/Magento/Store/Test/Unit/Controller/Store/RedirectTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,6 @@ public function testRedirect(string $defaultStoreViewCode, string $storeCode): v
194194
->expects($this->once())
195195
->method('getCode')
196196
->willReturn($defaultStoreViewCode);
197-
$this->sidResolverMock
198-
->expects($this->once())
199-
->method('getUseSessionInUrl')
200-
->willReturn(false);
201197
$this->hashGeneratorMock
202198
->expects($this->once())
203199
->method('generateHash')

0 commit comments

Comments
 (0)