Skip to content
Snippets Groups Projects
Commit 41e78683 authored by efalcy's avatar efalcy
Browse files

CVS : Correction url non connecté

parent f1a4e73b
Branches
Tags
No related merge requests found
......@@ -44,7 +44,7 @@ class ModulesControllerCVSTest extends AbstractControllerTestCase {
public function cvsUrlWithoutUserShouldBeLoginPage() {
ZendAfi_Auth::getInstance()->clearIdentity();
$this->dispatch('/opac/modules/cvs');
$this->assertRedirectTo(BASE_URL.'/auth/login');
$this->assertRedirectTo('/auth/login');
}
......
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