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/Core/ArchiveProcessingTest.php')
-rw-r--r--tests/PHPUnit/Integration/Core/ArchiveProcessingTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/Core/ArchiveProcessingTest.php b/tests/PHPUnit/Integration/Core/ArchiveProcessingTest.php
index d67e899c1a..34aa3aeefb 100644
--- a/tests/PHPUnit/Integration/Core/ArchiveProcessingTest.php
+++ b/tests/PHPUnit/Integration/Core/ArchiveProcessingTest.php
@@ -120,7 +120,6 @@ class Core_ArchiveProcessingTest extends DatabaseTestCase
$this->assertTrue($archiveProcessor->public_isArchiveTemporary());
}
-
private function compareTimestamps($expected, $processed)
{
// $messageIfFails = Date::factory($expected)->getDatetime() . " != " . Date::factory($processed)->getDatetime();
@@ -420,7 +419,6 @@ class Core_ArchiveProcessingTest extends DatabaseTestCase
$this->fail('Exception expected');
}
-
protected function _checkTableIsExpected($table, $data)
{
$fetched = Db::fetchAll('SELECT * FROM ' . $table);