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:
authordiosmosis <benaka@piwik.pro>2014-09-19 21:46:34 +0400
committerdiosmosis <benaka@piwik.pro>2014-09-19 21:46:34 +0400
commit1eefab51d457ba7759bd050c816bdf594bb97b6a (patch)
treec80f38efdffd2a0fb5280bafd1926fe66eab42cf /tests/PHPUnit/Core
parent71dfe38e139e860ea460e0a98fa09c30d9dcbedb (diff)
Fix another closure access error in PHP 5.3 for tests.
Diffstat (limited to 'tests/PHPUnit/Core')
-rw-r--r--tests/PHPUnit/Core/DataTable/Filter/PivotByDimensionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Core/DataTable/Filter/PivotByDimensionTest.php b/tests/PHPUnit/Core/DataTable/Filter/PivotByDimensionTest.php
index 976c4dee48..4e3bcb63c8 100644
--- a/tests/PHPUnit/Core/DataTable/Filter/PivotByDimensionTest.php
+++ b/tests/PHPUnit/Core/DataTable/Filter/PivotByDimensionTest.php
@@ -358,7 +358,7 @@ class PivotByDimensionTest extends PHPUnit_Framework_TestCase
return $table;
}
- private function getSegmentTable()
+ public function getSegmentTable()
{
++$this->segmentTableCount;