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>2013-10-25 17:30:46 +0400
committersgiehl <stefan@piwik.org>2013-10-25 17:30:46 +0400
commit48fc1af5ea76de8a77237d10b1933c6c12f4cc40 (patch)
tree2a4f551c622947fd266d4dab716f17c0d2cd6f62 /tests/resources/extractSearchEngineInformationFromUrlTests.yml
parent4ab8a6190ee6cb4d33cf99fc579be86606cc07fa (diff)
moved urlhelper tests to its own test file
Diffstat (limited to 'tests/resources/extractSearchEngineInformationFromUrlTests.yml')
-rw-r--r--tests/resources/extractSearchEngineInformationFromUrlTests.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/resources/extractSearchEngineInformationFromUrlTests.yml b/tests/resources/extractSearchEngineInformationFromUrlTests.yml
index c4309205cb..1832657c97 100644
--- a/tests/resources/extractSearchEngineInformationFromUrlTests.yml
+++ b/tests/resources/extractSearchEngineInformationFromUrlTests.yml
@@ -7,6 +7,11 @@
# @category Piwik_Plugins
###############
+# empty url
+- url: ''
+ engine: false
+ keywords: false
+
# normal case
- url: 'http://uk.search.yahoo.com/search?p=piwik&ei=UTF-8&fr=moz2'
engine: 'Yahoo!'
@@ -162,6 +167,11 @@
engine: 'Google'
keywords: 'piwik security'
+# Google Video
+- url: 'https://www.google.com/search?tbm=vid&hl=de&source=hp&biw=1920&bih=1099&q=piwik&gbv=2&oq=piwik&gs_l=video-hp.3..0l5.2388.2959.0.3120.5.4.0.1.1.0.72.230.4.4.0....0...1ac.1.24.video-hp..0.5.243.6qReggj7ElY'
+ engine: 'Google Video'
+ keywords: 'piwik'
+
# Bing (subdomains)
- url: 'http://ca.bing.com/search?q=piwik+web+analytics&go=&form=QBLH&filt=all&qs=n&sk='
engine: 'Bing'
@@ -247,6 +257,10 @@
engine: 'Yahoo!'
keywords: 'piwik'
+- url: 'http://de.images.search.yahoo.com/search/images;_ylt=A0PDode7bWpSCSIAgtM0CQx.?p=piwik&ei=utf-8&iscqry=&fr=sfp'
+ engine: 'Yahoo! Images'
+ keywords: 'piwik'
+
# Babylon
- url: 'http://search.babylon.com/?q=piwik'
engine: 'Babylon'