Skip to content
Snippets Groups Projects
Commit e0363c2f authored by Laurent's avatar Laurent
Browse files

hotline #51711 remove http:// from NOM_DOMAINE variable and build correct sitemap

parent 7cae77c2
Branches
Tags
3 merge requests!2080Sandbox detach zf from storm,!2061Master,!1998hotline #51711 remove http:// from NOM_DOMAINE variable and build correct sitemap
Pipeline #308 passed with stage
in 9 minutes and 40 seconds
......@@ -98,7 +98,7 @@ class Admin_IndexControllerTest extends Admin_IndexControllerTestCase {
/** @test */
public function domaineNameShouldPresent() {
$this->assertXPathContentContains('//div/b', 'http://bokeh-library-portal.org');
$this->assertXPathContentContains('//div/b', 'bokeh-library-portal.org');
}
......
......@@ -118,12 +118,6 @@ class Class_WebService_WebAnalyticsClientInstanciationWithWrongGoogleAnalyticsAn
$this->assertInstanceOf('Class_WebService_Analytics_NullTracker',
$this->_web_analytics_client->getTracker());
}
/** @test */
public function trackerDomainNameShouldBeMonOpacDotCom() {
$this->assertEquals('monopac.com', $this->_web_analytics_client->getTrackerDomainName());
}
}
......
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