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:
authorKate Butler <kate@innocraft.com>2019-09-26 06:45:48 +0300
committerdiosmosis <diosmosis@users.noreply.github.com>2019-09-26 06:45:48 +0300
commitcc391460981368ff6afa79c619c89b55cc45239f (patch)
treeb6feed11b3c23654fa7a8e6975b8e1496c7bde1e /tests/PHPUnit/Integration
parente37d0c35ed49231df1fa8cbd9dd54d3635eb97d4 (diff)
Rename Generic widget to KPI Metric (#14868)
* Rename Generic widget to KPI Metric * Fix UI and system tests
Diffstat (limited to 'tests/PHPUnit/Integration')
-rw-r--r--tests/PHPUnit/Integration/Category/CategoryListTest.php2
-rw-r--r--tests/PHPUnit/Integration/WidgetsListTest.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/Category/CategoryListTest.php b/tests/PHPUnit/Integration/Category/CategoryListTest.php
index 29f47a384d..e279a763cf 100644
--- a/tests/PHPUnit/Integration/Category/CategoryListTest.php
+++ b/tests/PHPUnit/Integration/Category/CategoryListTest.php
@@ -35,7 +35,7 @@ class CategoryListTest extends IntegrationTestCase
$this->assertSame(array(
'General_Actions',
- 'General_Generic',
+ 'General_KpiMetric',
'General_Visitors',
'Dashboard_Dashboard',
'General_MultiSitesSummary',
diff --git a/tests/PHPUnit/Integration/WidgetsListTest.php b/tests/PHPUnit/Integration/WidgetsListTest.php
index 41e68a13d9..1cc5cae17c 100644
--- a/tests/PHPUnit/Integration/WidgetsListTest.php
+++ b/tests/PHPUnit/Integration/WidgetsListTest.php
@@ -42,7 +42,7 @@ class WidgetsListTest extends IntegrationTestCase
$numberOfWidgets = array(
'Dashboard_Dashboard' => 1,
'General_Actions' => 22,
- 'General_Generic' => 1,
+ 'General_KpiMetric' => 1,
'General_Visitors' => 31,
'SEO' => 1,
'Goals_Goals' => 3,