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/Integration/VisitsInPastInvalidateOldReportsTest.php')
-rw-r--r--tests/PHPUnit/Integration/VisitsInPastInvalidateOldReportsTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/VisitsInPastInvalidateOldReportsTest.php b/tests/PHPUnit/Integration/VisitsInPastInvalidateOldReportsTest.php
index aed03b9343..5ee8fa1699 100644
--- a/tests/PHPUnit/Integration/VisitsInPastInvalidateOldReportsTest.php
+++ b/tests/PHPUnit/Integration/VisitsInPastInvalidateOldReportsTest.php
@@ -99,7 +99,6 @@ class VisitsInPastInvalidateOldReportsTest extends IntegrationTestCase
} catch(Exception $e) {
}
-
// 2) Call API again, with an older date, which should now return data
$this->runApiTests($api, $params);
}