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/Core/WidgetsListTest.php')
-rw-r--r--tests/PHPUnit/Integration/Core/WidgetsListTest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/Core/WidgetsListTest.php b/tests/PHPUnit/Integration/Core/WidgetsListTest.php
index 08c2e14c0d..b86238004d 100644
--- a/tests/PHPUnit/Integration/Core/WidgetsListTest.php
+++ b/tests/PHPUnit/Integration/Core/WidgetsListTest.php
@@ -36,7 +36,6 @@ class Core_WidgetsListTest extends DatabaseTestCase
$widgets = WidgetsList::get();
WidgetsList::_reset();
-
// check if each category has the right number of widgets
$numberOfWidgets = array(
'VisitsSummary_VisitsSummary' => 6,
@@ -167,7 +166,6 @@ class Core_WidgetsListTest extends DatabaseTestCase
WidgetsList::_reset();
}
-
/**
* @group Core
*/