Skip to content
Snippets Groups Projects
Commit 536e8a55 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #29412 fix test failure

parent 6705dc79
Branches
Tags
2 merge requests!1133Hotline#29412 images des articles dans le resultat de recherche,!1132Hotline#29412 images des articles dans le resultat de recherche
......@@ -31,7 +31,7 @@ class IndexControllerSetupDomainTest extends AbstractControllerTestCase {
public function accessingIndexShouldSetupNomDomain() {
Class_Url::setForbidenUrls(['opac3']);
$this->dispatch('/');
$this->assertEquals('http://localhost/usr/local/bin/phpunit', Class_AdminVar::get('NOM_DOMAINE'));
$this->assertEquals('http://localhost' . Class_Url::baseUrl(), Class_AdminVar::get('NOM_DOMAINE'));
}
......
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