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-12-04 06:10:40 +0300
committermattab <matthieu.aubry@gmail.com>2015-12-04 06:10:40 +0300
commitc11251c1def82c79e6ea608b57dc8898d9ffe60f (patch)
tree80c51b933481d29e15f9d988511ab1ec0bc56329 /plugins/SitesManager
parent39f479f8c49c2ed71892ec149be51f2d92b663f4 (diff)
Minor: new test cases
Diffstat (limited to 'plugins/SitesManager')
-rw-r--r--plugins/SitesManager/tests/Integration/SiteUrlsTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SitesManager/tests/Integration/SiteUrlsTest.php b/plugins/SitesManager/tests/Integration/SiteUrlsTest.php
index 894e94fc0f..39d628197e 100644
--- a/plugins/SitesManager/tests/Integration/SiteUrlsTest.php
+++ b/plugins/SitesManager/tests/Integration/SiteUrlsTest.php
@@ -158,7 +158,7 @@ class SiteUrlsTest extends IntegrationTestCase
$urls = array(
$idSite => array(
- 'http://apache.piwik/test', 'http://apache.piWik', 'http://apache.piwik/foo/bAr/'
+ 'http://apache.piwik/test', 'http://apache.piWik', 'http://apache.piwik/foo/bAr/', 'http://apache.piwik/Foo/SECOND'
),
$idSite2 => array(
'http://apache.piwik/test/', 'http://example.oRg', 'http://apache.piwik/foo/secOnd'
@@ -172,7 +172,7 @@ class SiteUrlsTest extends IntegrationTestCase
$expected = array(
'apache.piwik' => array(
- '/foo/second/' => array($idSite2),
+ '/foo/second/' => array($idSite, $idSite2),
'/foo/bar/' => array($idSite),
'/third/' => array($idSite3),
'/test/' => array($idSite, $idSite2),