Skip to content

Commit

Permalink
refs #5940 extending SystemTestCase seems to fix those tests for some…
Browse files Browse the repository at this point in the history
… reason
  • Loading branch information
tsteur committed Oct 9, 2014
1 parent b043a19 commit d1f2766
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/Insights/tests/Integration/ApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
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;

Expand All @@ -24,7 +25,7 @@
* @group Plugins
* @group Plugins
*/
class ApiTest extends IntegrationTestCase
class ApiTest extends SystemTestCase
{
/**
* @var SomeVisitsDifferentPathsOnTwoDays
Expand Down

0 comments on commit d1f2766

Please sign in to comment.