Skip to content

Commit

Permalink
magento#11211 Fix Store View switcher, update integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolima-bm committed Oct 20, 2017
1 parent ce4fb97 commit beccd7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ public function testGetCurrentUrl()
$this->model->load('admin');
$this->model->expects($this->any())->method('getUrl')->will($this->returnValue('http://localhost/index.php'));
$this->assertStringEndsWith('default', $this->model->getCurrentUrl());
$this->assertStringEndsNotWith('default', $this->model->getCurrentUrl(false));
$this->assertStringEndsWith('default', $this->model->getCurrentUrl(false));
}

/**
Expand Down

0 comments on commit beccd7d

Please sign in to comment.