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>2014-10-13 08:54:05 +0400
committermattab <matthieu.aubry@gmail.com>2014-10-13 08:54:05 +0400
commitb58efe50ec74ec5f12eb27b5f815b65011af2c68 (patch)
tree4aa4959cc4488e06928e9f7c9a5030c6e9f3300a /tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysTest.php
parentfbe119f647d2f11f1c0e0908e9ba118dfead096f (diff)
Fixes #6191 Make sure Goal URL matching uses the RAW URL including any excluded URL parameters. + tests
Diffstat (limited to 'tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysTest.php')
-rwxr-xr-xtests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysTest.php b/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysTest.php
index 65ce66105e..c9fd4f04c5 100755
--- a/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysTest.php
+++ b/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysTest.php
@@ -20,6 +20,7 @@ use Piwik\Tests\Fixtures\TwoSitesTwoVisitorsDifferentDays;
* Also testing metadata API for multiple periods
*
* @group TwoVisitorsTwoWebsitesDifferentDaysTest
+ * @group TwoSitesTwoVisitorsDifferentDays
* @group Plugins
*/
class TwoVisitorsTwoWebsitesDifferentDaysTest extends SystemTestCase