Skip to content

Commit 2e5697d

Browse files
committed
Revert "Customer related values are NULL for guests"
This reverts commit ccba420
1 parent 70d76c7 commit 2e5697d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/Store/Model/StoreTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ public function testGetCurrentUrl()
283283
->get(\Magento\Framework\App\Config\MutableScopeConfigInterface::class)
284284
->setValue(Store::XML_PATH_STORE_IN_URL, true, ScopeInterface::SCOPE_STORE);
285285

286+
286287
$this->assertEquals('http://localhost/index.php?___store=fixture_second_store&___from_store=default', $this->model->getCurrentUrl(true));
287288
$this->assertEquals('http://localhost/index.php?___store=fixture_second_store', $this->model->getCurrentUrl(false));
288289
}

0 commit comments

Comments
 (0)