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:
authormattab <matthieu.aubry@gmail.com>2015-01-04 23:18:38 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-04 23:18:38 +0300
commit6819bfdd3b85de4b435e6b6524e428d8fbafb5bc (patch)
tree68005aa842c9b61dd2f63a53c2aa5e75776875da
parent0149ca4974d0ff06cd5a04f054b1fd7446ac7043 (diff)
new Test that spam referrer also excludes sub-domains
-rw-r--r--tests/PHPUnit/Integration/Tracker/VisitTest.php1
m---------tests/PHPUnit/UI0
2 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/Integration/Tracker/VisitTest.php b/tests/PHPUnit/Integration/Tracker/VisitTest.php
index 604857f7c4..d8ee6f45fe 100644
--- a/tests/PHPUnit/Integration/Tracker/VisitTest.php
+++ b/tests/PHPUnit/Integration/Tracker/VisitTest.php
@@ -162,6 +162,7 @@ class VisitTest extends IntegrationTestCase
'http://semalt.com/out/of/here?mate' => true,
'http://buttons-for-website.com/out/of/here?mate' => true,
'https://buttons-for-website.com' => true,
+ 'https://make-money-online.7makemoneyonline.com' => true,
'https://7makemoneyonline.com' => true,
'http://valid.domain/' => false,
'http://valid.domain/page' => false,
diff --git a/tests/PHPUnit/UI b/tests/PHPUnit/UI
-Subproject 8dd0c176bee21b548f061629027e4a2b8c80105
+Subproject b2f0c2bc37385d0c54cc7efc102cd9ccd1f2d46