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:
Diffstat (limited to 'tests')
-rw-r--r--tests/modules/ArchiveProcessing/Day.test.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/modules/ArchiveProcessing/Day.test.php b/tests/modules/ArchiveProcessing/Day.test.php
index 6bcaf59d8f..5151c55056 100644
--- a/tests/modules/ArchiveProcessing/Day.test.php
+++ b/tests/modules/ArchiveProcessing/Day.test.php
@@ -39,8 +39,7 @@ class Test_Piwik_ArchiveProcessing_Day extends UnitTestCase
$table->addRow($row1);
$tableGenerated = Piwik_ArchiveProcessing_Day::generateDataTable($input);
-// dump($tableGenerated);
-// dump($table);
+
$this->assertTrue(Piwik_DataTable::isEqual($table,$tableGenerated));
}