We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d76c7 commit 2e5697dCopy full SHA for 2e5697d
dev/tests/integration/testsuite/Magento/Store/Model/StoreTest.php
@@ -283,6 +283,7 @@ public function testGetCurrentUrl()
283
->get(\Magento\Framework\App\Config\MutableScopeConfigInterface::class)
284
->setValue(Store::XML_PATH_STORE_IN_URL, true, ScopeInterface::SCOPE_STORE);
285
286
+
287
$this->assertEquals('http://localhost/index.php?___store=fixture_second_store&___from_store=default', $this->model->getCurrentUrl(true));
288
$this->assertEquals('http://localhost/index.php?___store=fixture_second_store', $this->model->getCurrentUrl(false));
289
}
0 commit comments