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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Integration/WidgetsListTest.php b/tests/PHPUnit/Integration/WidgetsListTest.php
index e69fc2d6d6..bcf7746bd7 100644
--- a/tests/PHPUnit/Integration/WidgetsListTest.php
+++ b/tests/PHPUnit/Integration/WidgetsListTest.php
@@ -41,7 +41,7 @@ class WidgetsListTest extends IntegrationTestCase
// check if each category has the right number of widgets
$numberOfWidgets = array(
'Dashboard_Dashboard' => 1,
- 'General_Actions' => 21,
+ 'General_Actions' => 22,
'General_Generic' => 1,
'General_Visitors' => 31,
'SEO' => 2,