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:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-09-22 12:47:00 +0300
committerGitHub <noreply@github.com>2016-09-22 12:47:00 +0300
commitd7bb13ca855839084de7527c5ccc66b317489d75 (patch)
tree9bb2e028dca49973d4341b6ff3ac304598773991 /plugins/Widgetize
parenta251989030ae17729f0c200e9c404fbec09dec1f (diff)
Renamed plugin ExampleRssWidget -> RssWidget (#10528)
* Renamed plugin ExampleRssWidget -> RssWidget * Activate file on upgrade to 3.0.0-b1 * Fix system test
Diffstat (limited to 'plugins/Widgetize')
-rw-r--r--plugins/Widgetize/tests/System/WidgetTest.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/Widgetize/tests/System/WidgetTest.php b/plugins/Widgetize/tests/System/WidgetTest.php
index 919556ed34..ebc5a5a7bd 100644
--- a/plugins/Widgetize/tests/System/WidgetTest.php
+++ b/plugins/Widgetize/tests/System/WidgetTest.php
@@ -174,18 +174,18 @@ class WidgetTest extends SystemTestCase
),
),array (
'name' => 'Piwik Changelog',
- 'uniqueId' => 'widgetExampleRssWidgetrssChangelog',
+ 'uniqueId' => 'widgetRssWidgetrssChangelog',
'parameters' =>
array (
- 'module' => 'ExampleRssWidget',
+ 'module' => 'RssWidget',
'action' => 'rssChangelog',
),
),array (
'name' => 'Piwik.org Blog',
- 'uniqueId' => 'widgetExampleRssWidgetrssPiwik',
+ 'uniqueId' => 'widgetRssWidgetrssPiwik',
'parameters' =>
array (
- 'module' => 'ExampleRssWidget',
+ 'module' => 'RssWidget',
'action' => 'rssPiwik',
),
),array (
@@ -1343,19 +1343,19 @@ class WidgetTest extends SystemTestCase
),
array (
'name' => 'Piwik.org Blog',
- 'uniqueId' => 'widgetExampleRssWidgetrssPiwik',
+ 'uniqueId' => 'widgetRssWidgetrssPiwik',
'parameters' =>
array (
- 'module' => 'ExampleRssWidget',
+ 'module' => 'RssWidget',
'action' => 'rssPiwik',
),
),
array (
'name' => 'Piwik Changelog',
- 'uniqueId' => 'widgetExampleRssWidgetrssChangelog',
+ 'uniqueId' => 'widgetRssWidgetrssChangelog',
'parameters' =>
array (
- 'module' => 'ExampleRssWidget',
+ 'module' => 'RssWidget',
'action' => 'rssChangelog',
),
),