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 09:33:40 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-05 09:33:40 +0400
commitf34a13eacb6c2aabeb1ed16432a053fe44e982ec (patch)
treee3e8356c94ba22dc7a6c92a9bf52218c2faaf964 /plugins/Live
parentde91f28860cc12f10c6d58bc29260d5849d48781 (diff)
refs #5940 IntegrationTestCase => SystemTestCase
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/tests/APITest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Live/tests/APITest.php b/plugins/Live/tests/APITest.php
index cf48da8d5b..48eef783b0 100644
--- a/plugins/Live/tests/APITest.php
+++ b/plugins/Live/tests/APITest.php
@@ -15,7 +15,7 @@ use Piwik\Plugins\Live\API;
use FakeAccess;
use Piwik\Access;
use Piwik\Tests\Fixture;
-use Piwik\Tests\IntegrationTestCase;
+use Piwik\Tests\SystemTestCase;
/**
* @group Live
@@ -23,7 +23,7 @@ use Piwik\Tests\IntegrationTestCase;
* @group Integration
* @group Plugins
*/
-class APITest extends IntegrationTestCase
+class APITest extends SystemTestCase
{
/**
* @var API