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:
authorThomas Steur <thomas.steur@googlemail.com>2014-08-11 21:21:40 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-08-11 21:21:40 +0400
commit4a74df465717657a6d3c3d8186d1b84454f7781a (patch)
tree2ca8d987e6e5d4f558a2b71d49aa9609e8c35804 /tests
parent898e10029eb5cd47fcc1a8f564282aef082b0f09 (diff)
refs #5820 fix class name
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Core/Columns/DimensionTest.php2
-rw-r--r--tests/PHPUnit/Core/Menu/MenuReportingTest.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Core/Columns/DimensionTest.php b/tests/PHPUnit/Core/Columns/DimensionTest.php
index 920a008d93..09282d6c1a 100644
--- a/tests/PHPUnit/Core/Columns/DimensionTest.php
+++ b/tests/PHPUnit/Core/Columns/DimensionTest.php
@@ -45,7 +45,7 @@ class DimensionTest extends Dimension
/**
* @group Core
*/
-class Plugin_DimensionTest extends \PHPUnit_Framework_TestCase
+class Core_DimensionTest extends \PHPUnit_Framework_TestCase
{
/**
* @var FakeActionDimension
diff --git a/tests/PHPUnit/Core/Menu/MenuReportingTest.php b/tests/PHPUnit/Core/Menu/MenuReportingTest.php
index 64be977b46..0be865e68f 100644
--- a/tests/PHPUnit/Core/Menu/MenuReportingTest.php
+++ b/tests/PHPUnit/Core/Menu/MenuReportingTest.php
@@ -20,7 +20,7 @@ use Piwik\Plugin\Manager as PluginManager;
/**
* @group Core
*/
-class Plugin_ReportTest extends PHPUnit_Framework_TestCase
+class Menu_ReportingTest extends PHPUnit_Framework_TestCase
{
/**
* @var MenuReporting