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
path: root/tests
diff options
context:
space:
mode:
authorFabian Becker <halfdan@xnorfz.de>2013-03-26 03:14:43 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-03-26 03:14:43 +0400
commit2dcb3ee4efe5b83e1a8b593dd967f7f157e64605 (patch)
tree5fe054a758c8e13e8f626ecc8e23f426763a586f /tests
parent6fdabd4250e2e8e1482efca98f3e4521f57e4aa9 (diff)
Fix test for new SEO widget
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Core/PluginsFunctions/WidgetsListTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/Core/PluginsFunctions/WidgetsListTest.php b/tests/PHPUnit/Core/PluginsFunctions/WidgetsListTest.php
index 803af0e111..e592569707 100644
--- a/tests/PHPUnit/Core/PluginsFunctions/WidgetsListTest.php
+++ b/tests/PHPUnit/Core/PluginsFunctions/WidgetsListTest.php
@@ -45,7 +45,7 @@ class WidgetsListTest extends DatabaseTestCase
'Actions_SubmenuSitesearch' => 5,
'Referers_Referers' => 7,
'Goals_Goals' => 1,
- 'SEO' => 2,
+ 'SEO' => 3,
'Example Widgets' => 4,
'ExamplePlugin_exampleWidgets' => 3
);