Skip to content
Extraits de code Groupes Projets
Valider 9f8f5120 rédigé par mattab's avatar mattab
Parcourir les fichiers

Partial revert of 6a1cd049 following piwik-hackers feedback

parent 491d1075
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -21,15 +21,12 @@ class Test_Piwik_Fixture_SomeVisitsCustomVariablesCampaignsNotHeuristics extends ...@@ -21,15 +21,12 @@ class Test_Piwik_Fixture_SomeVisitsCustomVariablesCampaignsNotHeuristics extends
public function setUp() public function setUp()
{ {
$this->tmpHost = $_SERVER['HTTP_HOST'];
$_SERVER['HTTP_HOST'] = 'localhost';
$this->setUpWebsitesAndGoals(); $this->setUpWebsitesAndGoals();
$this->trackVisits(); $this->trackVisits();
} }
public function tearDown() public function tearDown()
{ {
$_SERVER['HTTP_HOST'] = $this->tmpHost;
} }
private function setUpWebsitesAndGoals() private function setUpWebsitesAndGoals()
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter