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 2e5697d commit b9f72f7Copy full SHA for b9f72f7
dev/tests/integration/testsuite/Magento/Store/Model/StoreTest.php
@@ -282,8 +282,7 @@ public function testGetCurrentUrl()
282
\Magento\TestFramework\Helper\Bootstrap::getObjectManager()
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