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:
authorsgiehl <stefan@piwik.org>2016-11-01 02:10:58 +0300
committersgiehl <stefan@piwik.org>2016-11-01 13:18:49 +0300
commit43c75a1d54aa96edef690bd65dbd39d155b44ad8 (patch)
tree548f49f57e9448c599cdd3ab7ff54b41c19d6e50 /plugins/DevicePlugins
parent1770e7b324417a6081bf7aae19344aa255120937 (diff)
Removes UserSettingsBC tests
Diffstat (limited to 'plugins/DevicePlugins')
-rw-r--r--plugins/DevicePlugins/tests/System/UserSettingsBCTest.php78
-rw-r--r--plugins/DevicePlugins/tests/System/expected/test_UserSettingsBCTestUserSettings_UserSettings.getPlugin___API.getMetadata_day.xml24
-rw-r--r--plugins/DevicePlugins/tests/System/expected/test_UserSettingsBCTestUserSettings_UserSettings.getPlugin___DevicePlugins.getPlugin_day.xml63
3 files changed, 0 insertions, 165 deletions
diff --git a/plugins/DevicePlugins/tests/System/UserSettingsBCTest.php b/plugins/DevicePlugins/tests/System/UserSettingsBCTest.php
deleted file mode 100644
index 1901960abb..0000000000
--- a/plugins/DevicePlugins/tests/System/UserSettingsBCTest.php
+++ /dev/null
@@ -1,78 +0,0 @@
-<?php
-/**
- * Piwik - free/libre analytics platform
- *
- * @link http://piwik.org
- * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
- */
-
-namespace Piwik\Plugins\DevicePlugins\tests\System;
-
-use Piwik\Tests\Fixtures\OneVisitorTwoVisits;
-use Piwik\Tests\Framework\TestCase\SystemTestCase;
-
-/**
- * @group DevicePlugins
- * @group DevicePlugins_System
- */
-class UserSettingsBCTest extends SystemTestCase
-{
- /**
- * @var OneVisitorTwoVisits
- */
- public static $fixture;
-
- /**
- * @dataProvider getApiForTesting
- */
- public function test_Api($api, $params)
- {
- $this->runApiTests($api, $params);
- }
-
- public function getApiForTesting()
- {
- $idSite = self::$fixture->idSite;
- $dateTime = self::$fixture->dateTime;
-
- $api = array(
- 'UserSettings.getPlugin',
- );
-
- $result = array();
-
-
- foreach ($api as $method) {
- list($module, $action) = explode('.', $method);
-
- // api test (uses hack to test UserSettings which doesn't exist anymore. we say we're testing
- // against DevicePlugins & overwrite the module & action w/ otherRequestParameters)
- $result[] = array('DevicePlugins.getPlugin', array('idSite' => $idSite,
- 'date' => $dateTime,
- 'periods' => array('day'),
- 'testSuffix' => $module . '_' . $method . '_',
- 'otherRequestParameters' => array(
- 'method' => $method,
- ),
- ));
-
- // api metadata tests
- $result[] = array('API.getMetadata', array(
- 'idSite' => $idSite,
- 'date' => $dateTime,
- 'apiModule' => $module,
- 'apiAction' => $action,
- 'testSuffix' => $module . '_' . $method . '_',
- ));
- }
-
- return $result;
- }
-
- public static function getPathToTestDirectory()
- {
- return dirname(__FILE__);
- }
-}
-
-UserSettingsBCTest::$fixture = new OneVisitorTwoVisits(); \ No newline at end of file
diff --git a/plugins/DevicePlugins/tests/System/expected/test_UserSettingsBCTestUserSettings_UserSettings.getPlugin___API.getMetadata_day.xml b/plugins/DevicePlugins/tests/System/expected/test_UserSettingsBCTestUserSettings_UserSettings.getPlugin___API.getMetadata_day.xml
deleted file mode 100644
index a1ab29592e..0000000000
--- a/plugins/DevicePlugins/tests/System/expected/test_UserSettingsBCTestUserSettings_UserSettings.getPlugin___API.getMetadata_day.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<result>
- <row>
- <category>Visitors</category>
- <subcategory>Software</subcategory>
- <name>Browser Plugins</name>
- <module>DevicePlugins</module>
- <action>getPlugin</action>
- <dimension>Plugin</dimension>
- <documentation>This report shows which browser plugins your visitors had enabled. This information might be important for choosing the right way to deliver your content.</documentation>
- <metrics>
- <nb_visits>Visits</nb_visits>
- </metrics>
- <metricsDocumentation>
- <nb_visits>If a visitor comes to your website for the first time or if he visits a page more than 30 minutes after his last page view, this will be recorded as a new visit.</nb_visits>
- </metricsDocumentation>
- <processedMetrics>
- <nb_visits_percentage>% Visits</nb_visits_percentage>
- </processedMetrics>
- <constantRowsCount>1</constantRowsCount>
- <imageGraphUrl>index.php?module=API&amp;method=ImageGraph.get&amp;idSite=1&amp;apiModule=DevicePlugins&amp;apiAction=getPlugin&amp;period=day&amp;date=2010-03-06</imageGraphUrl>
- <uniqueId>DevicePlugins_getPlugin</uniqueId>
- </row>
-</result> \ No newline at end of file
diff --git a/plugins/DevicePlugins/tests/System/expected/test_UserSettingsBCTestUserSettings_UserSettings.getPlugin___DevicePlugins.getPlugin_day.xml b/plugins/DevicePlugins/tests/System/expected/test_UserSettingsBCTestUserSettings_UserSettings.getPlugin___DevicePlugins.getPlugin_day.xml
deleted file mode 100644
index 72728977e1..0000000000
--- a/plugins/DevicePlugins/tests/System/expected/test_UserSettingsBCTestUserSettings_UserSettings.getPlugin___DevicePlugins.getPlugin_day.xml
+++ /dev/null
@@ -1,63 +0,0 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<result>
- <row>
- <label>Cookie</label>
- <nb_visits>2</nb_visits>
- <nb_visits_percentage>100%</nb_visits_percentage>
- <logo>plugins/DevicePlugins/images/plugins/cookie.gif</logo>
- </row>
- <row>
- <label>Flash</label>
- <nb_visits>2</nb_visits>
- <nb_visits_percentage>100%</nb_visits_percentage>
- <logo>plugins/DevicePlugins/images/plugins/flash.gif</logo>
- </row>
- <row>
- <label>Java</label>
- <nb_visits>2</nb_visits>
- <nb_visits_percentage>100%</nb_visits_percentage>
- <logo>plugins/DevicePlugins/images/plugins/java.gif</logo>
- </row>
- <row>
- <label>Director</label>
- <nb_visits>0</nb_visits>
- <nb_visits_percentage>0%</nb_visits_percentage>
- <logo>plugins/DevicePlugins/images/plugins/director.gif</logo>
- </row>
- <row>
- <label>Gears</label>
- <nb_visits>0</nb_visits>
- <nb_visits_percentage>0%</nb_visits_percentage>
- <logo>plugins/DevicePlugins/images/plugins/gears.gif</logo>
- </row>
- <row>
- <label>Pdf</label>
- <nb_visits>0</nb_visits>
- <nb_visits_percentage>0%</nb_visits_percentage>
- <logo>plugins/DevicePlugins/images/plugins/pdf.gif</logo>
- </row>
- <row>
- <label>Quicktime</label>
- <nb_visits>0</nb_visits>
- <nb_visits_percentage>0%</nb_visits_percentage>
- <logo>plugins/DevicePlugins/images/plugins/quicktime.gif</logo>
- </row>
- <row>
- <label>Realplayer</label>
- <nb_visits>0</nb_visits>
- <nb_visits_percentage>0%</nb_visits_percentage>
- <logo>plugins/DevicePlugins/images/plugins/realplayer.gif</logo>
- </row>
- <row>
- <label>Silverlight</label>
- <nb_visits>0</nb_visits>
- <nb_visits_percentage>0%</nb_visits_percentage>
- <logo>plugins/DevicePlugins/images/plugins/silverlight.gif</logo>
- </row>
- <row>
- <label>Windowsmedia</label>
- <nb_visits>0</nb_visits>
- <nb_visits_percentage>0%</nb_visits_percentage>
- <logo>plugins/DevicePlugins/images/plugins/windowsmedia.gif</logo>
- </row>
-</result> \ No newline at end of file