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:
authorStefan Giehl <stefan@matomo.org>2019-08-25 20:26:00 +0300
committerGitHub <noreply@github.com>2019-08-25 20:26:00 +0300
commit332598bdcea6d4e9e1692547f7f15c64edb5e810 (patch)
treef4082052f51a083545b6a16dc1f2f9de8a56c372 /tests/PHPUnit/Integration
parentb03b261abde8874c1cc1f216269f853de7666f77 (diff)
submodule updates & test fixes (#14809)
* updates all submodules * fix WidgetList tests * submodule update * translation updates
Diffstat (limited to 'tests/PHPUnit/Integration')
-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 8b419954ab..41e68a13d9 100644
--- a/tests/PHPUnit/Integration/WidgetsListTest.php
+++ b/tests/PHPUnit/Integration/WidgetsListTest.php
@@ -49,7 +49,7 @@ class WidgetsListTest extends IntegrationTestCase
'Insights_WidgetCategory' => 2,
'ExampleUI_UiFramework' => 8,
'Referrers_Referrers' => 10,
- 'About Matomo' => 10,
+ 'About Matomo' => 11,
'Marketplace_Marketplace' => 3,
);
// number of main categories
@@ -92,7 +92,7 @@ class WidgetsListTest extends IntegrationTestCase
$perCategory = $this->getWidgetsPerCategory(WidgetsList::get());
// number of main categories
- $this->assertEquals(10, count($perCategory));
+ $this->assertEquals(11, count($perCategory));
$this->assertEquals($initialGoalsWidgets + 2, count($perCategory['Goals_Goals'])); // make sure widgets for that goal were added
}