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/Columns/DimensionTest.php')
-rw-r--r--tests/PHPUnit/Integration/Columns/DimensionTest.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/PHPUnit/Integration/Columns/DimensionTest.php b/tests/PHPUnit/Integration/Columns/DimensionTest.php
index 6b4d375a9e..7b91fb09c6 100644
--- a/tests/PHPUnit/Integration/Columns/DimensionTest.php
+++ b/tests/PHPUnit/Integration/Columns/DimensionTest.php
@@ -278,14 +278,6 @@ class ColumnDimensionTest extends IntegrationTestCase
$this->assertEquals("Test.DimensionTest", $this->dimension->getId());
}
- public function test_factory_ShouldCreateDimensionFromDimensionId()
- {
- Manager::getInstance()->loadPlugins(array('ExampleTracker'));
-
- $dimension = Dimension::factory("ExampleTracker.ExampleDimension");
- $this->assertInstanceOf('Piwik\Plugins\ExampleTracker\Columns\ExampleDimension', $dimension);
- }
-
/**
* @dataProvider getFormatValueProvider