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
path: root/tests
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-02-21 04:18:57 +0400
committermattab <matthieu.aubry@gmail.com>2014-02-21 04:18:57 +0400
commite2f8b0abdea4a2e2bceac701622eb594e9a61b96 (patch)
treeb68a38dbf58fa42e4c812e29da48acb99e268347 /tests
parent53a62982b8c537f679b4d699c993dc655915d82d (diff)
Fix tests, add Zeitigest as disabled by default + make sure order is different so reports are sorted
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Fixtures/OmniFixture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Fixtures/OmniFixture.php b/tests/PHPUnit/Fixtures/OmniFixture.php
index e3c33b3db3..4c1c38236e 100644
--- a/tests/PHPUnit/Fixtures/OmniFixture.php
+++ b/tests/PHPUnit/Fixtures/OmniFixture.php
@@ -41,7 +41,7 @@ class Test_Piwik_Fixture_OmniFixture extends Test_Piwik_BaseFixture
$fixture = new $className();
if (!property_exists($fixture, 'dateTime')) {
continue;
- }
+ }
$fixture->dateTime = $this->adjustDateTime($fixture->dateTime, $date);