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-10 02:46:29 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-10 02:46:29 +0400
commitd1f27664efcb16665afddd103435abd3897ba716 (patch)
treeb28f4bc83ec55f1e540491181385eab77542c265 /plugins
parentb043a19c30bdf2dbdb0a19c6e96e134d8466aef9 (diff)
refs #5940 extending SystemTestCase seems to fix those tests for some reason
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Insights/tests/Integration/ApiTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/Insights/tests/Integration/ApiTest.php b/plugins/Insights/tests/Integration/ApiTest.php
index f9318903cd..2a75247021 100644
--- a/plugins/Insights/tests/Integration/ApiTest.php
+++ b/plugins/Insights/tests/Integration/ApiTest.php
@@ -15,6 +15,7 @@ use Piwik\DataTable\Row;
use Piwik\Plugins\Insights\API;
use Piwik\Plugins\Insights\tests\Fixtures\SomeVisitsDifferentPathsOnTwoDays;
use Piwik\Tests\Impl\IntegrationTestCase;
+use Piwik\Tests\Impl\SystemTestCase;
use Piwik\Tracker\Cache;
use Piwik\Translate;
@@ -24,7 +25,7 @@ use Piwik\Translate;
* @group Plugins
* @group Plugins
*/
-class ApiTest extends IntegrationTestCase
+class ApiTest extends SystemTestCase
{
/**
* @var SomeVisitsDifferentPathsOnTwoDays