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:
authorThomas Steur <thomas.steur@googlemail.com>2014-08-25 19:59:16 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-26 11:23:38 +0400
commit1dbe9aa7904d3e8ffa5fcd65082b906f414c2bbb (patch)
tree99eaf07880840d9a908da8496c2d9c562b7969e5 /tests/PHPUnit/Core
parentb881b1dbebd3ca20e34c8ab3d252e6ab837cb41c (diff)
refs #6045 fixing already core and pluginsTests, need to check diff of integration tests tmrw
Diffstat (limited to 'tests/PHPUnit/Core')
-rw-r--r--tests/PHPUnit/Core/Plugin/Dimension/ActionDimensionTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Core/Plugin/Dimension/ActionDimensionTest.php b/tests/PHPUnit/Core/Plugin/Dimension/ActionDimensionTest.php
index 184806dcef..5ea77cca84 100644
--- a/tests/PHPUnit/Core/Plugin/Dimension/ActionDimensionTest.php
+++ b/tests/PHPUnit/Core/Plugin/Dimension/ActionDimensionTest.php
@@ -151,7 +151,7 @@ class Plugin_ActionDimensionTest extends \PHPUnit_Framework_TestCase
$dimensions = ActionDimension::getAllDimensions();
- $this->assertGreaterThan(9, count($dimensions));
+ $this->assertGreaterThan(8, count($dimensions));
foreach ($dimensions as $dimension) {
$this->assertInstanceOf('\Piwik\Plugin\Dimension\ActionDimension', $dimension);