Skip to content
Snippets Groups Projects
Commit 54c665b4 authored by efalcy's avatar efalcy
Browse files

dev #71435 fix tests

parent 60c4bee3
Branches
Tags
4 merge requests!2869Master,!2846Dev#71435 bonus piwik est devenu matomo,!2841Dev#71435 bonus piwik est devenu matomo,!2822Dev#71435 bonus piwik est devenu matomo
Pipeline #5023 passed with stage
in 47 minutes and 6 seconds
......@@ -175,7 +175,7 @@ class Class_WebService_WebAnalyticsClientInstanciationWithVarMatomoAndNoDomainNa
/** @test */
public function trackerUrlShouldBeSandboxMatomo() {
$this->assertEquals('//sandbox.pergame.net/matomo/matomo.php',
$this->assertEquals('//sandbox.pergame.net/matomo/piwik.php',
$this->_web_analytics_client->getTrackerUrl());
}
}
......
......@@ -155,7 +155,7 @@ class MatomoJsStatConfigurationParsingTest extends ModelTestCase {
/** @test */
public function trackerUrlShouldBeSandboxMatomo() {
$this->assertEquals('//sandbox.pergame.net/matomo/matomo.php',
$this->assertEquals('//sandbox.pergame.net/matomo/piwik.php',
$this->_web_analytics_client->getTrackerUrl());
}
}
......@@ -180,7 +180,7 @@ class MatomoAlternateJsStatConfigurationParsingTest extends ModelTestCase {
/** @test */
public function trackerUrlShouldBeMaBibMatomo() {
$this->assertEquals('//matomo.mabib.fr/matomo.php',
$this->assertEquals('//matomo.mabib.fr/piwik.php',
$this->_web_analytics_client->getTrackerUrl());
}
}
......
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