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/modules/TablePartitioning.test.php')
-rwxr-xr-xtests/modules/TablePartitioning.test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/TablePartitioning.test.php b/tests/modules/TablePartitioning.test.php
index e512ba991e..43027cb8a8 100755
--- a/tests/modules/TablePartitioning.test.php
+++ b/tests/modules/TablePartitioning.test.php
@@ -48,7 +48,7 @@ class Test_Piwik_TablePartitioning extends Test_Database
$p->setTimestamp( $timestamp );
- $allTablesInstalled = Piwik::getTablesInstalled($forceReload = true);
+ $allTablesInstalled = Piwik::getTablesInstalled($forceReload = true);
$this->assertTrue( in_array($tablename, $allTablesInstalled), "$tablename !==".var_export($allTablesInstalled,true));
$this->assertTrue( $tablename, $p->getTableName());