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/WidgetsListTest.php')
-rw-r--r--tests/PHPUnit/Integration/WidgetsListTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/WidgetsListTest.php b/tests/PHPUnit/Integration/WidgetsListTest.php
index 3cafbe67a1..ed80293143 100644
--- a/tests/PHPUnit/Integration/WidgetsListTest.php
+++ b/tests/PHPUnit/Integration/WidgetsListTest.php
@@ -42,14 +42,14 @@ class WidgetsListTest extends IntegrationTestCase
$numberOfWidgets = array(
'Dashboard_Dashboard' => 1,
'General_Actions' => 15,
- 'General_Visitors' => 34,
+ 'General_Visitors' => 35,
'SEO' => 2,
'Goals_Goals' => 3,
'Live!' => 2,
'Insights_WidgetCategory' => 2,
'ExampleUI_UiFramework' => 8,
'Referrers_Referrers' => 9,
- 'About Piwik' => 7,
+ 'About Piwik' => 9,
);
// number of main categories
$this->assertEquals(count($numberOfWidgets), count($widgetsPerCategory));