We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce4fb97 commit beccd7dCopy full SHA for beccd7d
dev/tests/integration/testsuite/Magento/Store/Model/StoreTest.php
@@ -274,7 +274,7 @@ public function testGetCurrentUrl()
274
$this->model->load('admin');
275
$this->model->expects($this->any())->method('getUrl')->will($this->returnValue('http://localhost/index.php'));
276
$this->assertStringEndsWith('default', $this->model->getCurrentUrl());
277
- $this->assertStringEndsNotWith('default', $this->model->getCurrentUrl(false));
+ $this->assertStringEndsWith('default', $this->model->getCurrentUrl(false));
278
}
279
280
/**
0 commit comments