Skip to content
Extraits de code Groupes Projets
Valider 3a057100 rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Fixing more typos.

parent 568b65db
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -18,7 +18,7 @@ use Piwik\Tracker\Visitor; ...@@ -18,7 +18,7 @@ use Piwik\Tracker\Visitor;
class Campaign extends Base class Campaign extends Base
{ {
/** /**
* Obtained from the `[Tracker] tracker_create_new_visit_when_campaign_changes` INI config option. * Obtained from the `[Tracker] create_new_visit_when_campaign_changes` INI config option.
* If true, will create new visits when campaign name changes. * If true, will create new visits when campaign name changes.
* *
* @var bool * @var bool
......
...@@ -18,7 +18,7 @@ use Piwik\Tracker\Visitor; ...@@ -18,7 +18,7 @@ use Piwik\Tracker\Visitor;
class Website extends Base class Website extends Base
{ {
/** /**
* Set using the `[Tracker] tracker_create_new_visit_when_website_referrer_changes` INI config option. * Set using the `[Tracker] create_new_visit_when_website_referrer_changes` INI config option.
* If true, will force new visits if the referrer website changes. * If true, will force new visits if the referrer website changes.
* *
* @var bool * @var bool
......
...@@ -25,7 +25,7 @@ class SomeVisitsCustomVariablesCampaignsNotHeuristics extends Fixture ...@@ -25,7 +25,7 @@ class SomeVisitsCustomVariablesCampaignsNotHeuristics extends Fixture
public function setUp() public function setUp()
{ {
$this->setPiwikEnviornmentOverrides(); $this->setPiwikEnvironmentOverrides();
$this->setUpWebsitesAndGoals(); $this->setUpWebsitesAndGoals();
$this->trackVisits(); $this->trackVisits();
} }
...@@ -34,7 +34,7 @@ class SomeVisitsCustomVariablesCampaignsNotHeuristics extends Fixture ...@@ -34,7 +34,7 @@ class SomeVisitsCustomVariablesCampaignsNotHeuristics extends Fixture
{ {
} }
private function setPiwikEnviornmentOverrides() private function setPiwikEnvironmentOverrides()
{ {
$configOverride = $this->getTestEnvironment()->configOverride; $configOverride = $this->getTestEnvironment()->configOverride;
$configOverride['Tracker']['create_new_visit_when_website_referrer_changes'] = 1; $configOverride['Tracker']['create_new_visit_when_website_referrer_changes'] = 1;
......
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