hotline MT #130328 fix redirect to profile in login widget
Merged
requested to merge hotline#130328_magasin_de_theme_boite_authentification_redirection_sur_autre_profil into hotline
1 unresolved thread
Merge request reports
Activity
Filter activity
197 198 199 200 class ChiliLoginNotLoggedTest extends ChiliLoginWidgetTestCase { 201 202 203 public function setUp() { 204 parent::setUp(); 205 ZendAfi_Auth::getInstance()->clearIdentity(); 206 $this->dispatch('/index/index/id_profil/4'); 207 } 208 209 210 /** @test */ 211 public function formActionShouldContainsRedircetToFirstProfile() { 212 $this->assertXPath('//div//form[contains(@action, "/auth/login/id_profil/4/redirect/")][contains(@action, "%2Findex%2Findex%2Fid_profil%2F1")]', $this->_response->getBody()); mentioned in commit c0066a02