Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/PHPUnit/Fixtures/TwoSitesVisitsInPast.php')
-rw-r--r--tests/PHPUnit/Fixtures/TwoSitesVisitsInPast.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/PHPUnit/Fixtures/TwoSitesVisitsInPast.php b/tests/PHPUnit/Fixtures/TwoSitesVisitsInPast.php
index 2584eb8b46..d476bb7933 100644
--- a/tests/PHPUnit/Fixtures/TwoSitesVisitsInPast.php
+++ b/tests/PHPUnit/Fixtures/TwoSitesVisitsInPast.php
@@ -18,17 +18,17 @@ class Test_Piwik_Fixture_TwoSitesVisitsInPast extends Test_Piwik_BaseFixture
public $idSite = 1;
public $idSite2 = 2;
- public function setUp()
- {
+ public function setUp()
+ {
$this->setUpWebsitesAndGoals();
$this->trackVisits();
- }
-
- public function tearDown()
- {
- // empty
- }
-
+ }
+
+ public function tearDown()
+ {
+ // empty
+ }
+
public function setUpWebsitesAndGoals()
{
self::createWebsite($this->dateTimeFirstDateWebsite1);