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:
Diffstat (limited to 'tests/PHPUnit/System/UrlNormalizationTest.php')
-rw-r--r--tests/PHPUnit/System/UrlNormalizationTest.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/PHPUnit/System/UrlNormalizationTest.php b/tests/PHPUnit/System/UrlNormalizationTest.php
index 3b1fc15107..bcc66165d9 100644
--- a/tests/PHPUnit/System/UrlNormalizationTest.php
+++ b/tests/PHPUnit/System/UrlNormalizationTest.php
@@ -80,14 +80,6 @@ class UrlNormalizationTest extends SystemTestCase
'date' => $dateTime,
'segment' => 'referrerUrl==http://www.google.com/search?q=piwik',
));
- $return[] = array('Referrers.getKeywordsForPageUrl', array(
- 'testSuffix' => '_keywords',
- 'idSite' => $idSite,
- 'date' => $dateTime,
- 'otherRequestParameters' => array(
- 'url' => 'http://WWW.example.org/foo/bar.html'
- )
- ));
return $return;
}