Skip to content
Snippets Groups Projects
Commit edf937eb authored by llaffont's avatar llaffont
Browse files

Correction typo

parent 349aa5ed
Branches
Tags
No related merge requests found
......@@ -79,8 +79,8 @@ class AdminAuthControllerNobodyLoggedTest extends Admin_AbstractControllerTestCa
/** @test */
public function withNoUserNameShouldContainsLinkToGoBackToProfilOne() {
$this->dispath('/admin/auth/login');
$this->assertXPathContentContains('//a[contains(@href, "'.BASE_URL.'/id_profil/1")]', 'Retour au site');
$this->dispatch('/admin/auth/login');
$this->assertXPathContentContains('//a[contains(@href, "index/id_profil/1")]', 'Retour au site');
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment