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:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-05 10:40:06 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-05 10:40:06 +0400
commit5a61c09733bb7912711b804ce91652d111e00169 (patch)
tree74387a08cc53fd64e167dfa90b3541b0fc3a3161 /plugins/SitesManager
parentf34a13eacb6c2aabeb1ed16432a053fe44e982ec (diff)
refs #5940 databaseTestCase => integrationTestCase. Fixed some mentions of integration => system
Diffstat (limited to 'plugins/SitesManager')
-rw-r--r--plugins/SitesManager/tests/SiteUrlsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SitesManager/tests/SiteUrlsTest.php b/plugins/SitesManager/tests/SiteUrlsTest.php
index e459efb0a6..1b946ac573 100644
--- a/plugins/SitesManager/tests/SiteUrlsTest.php
+++ b/plugins/SitesManager/tests/SiteUrlsTest.php
@@ -16,7 +16,7 @@ use Piwik\Plugins\SitesManager\SiteUrls;
* @group SiteUrlsTest
* @group Database
*/
-class SiteUrlsTest extends \DatabaseTestCase
+class SiteUrlsTest extends \IntegrationTestCase
{
/**
* @var SiteUrls