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:
Diffstat (limited to 'tests/PHPUnit/Integration/Application/Kernel/PluginListTest.php')
-rw-r--r--tests/PHPUnit/Integration/Application/Kernel/PluginListTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/PHPUnit/Integration/Application/Kernel/PluginListTest.php b/tests/PHPUnit/Integration/Application/Kernel/PluginListTest.php
index 00f873b2ee..a7759df1b1 100644
--- a/tests/PHPUnit/Integration/Application/Kernel/PluginListTest.php
+++ b/tests/PHPUnit/Integration/Application/Kernel/PluginListTest.php
@@ -9,13 +9,12 @@ namespace Piwik\Tests\Integration\Application\Kernel;
use Piwik\Application\Kernel\PluginList;
use Piwik\Container\StaticContainer;
-use Piwik\Tests\Framework\TestCase\IntegrationTestCase;
/**
* @group PluginListTest
* @group Core
*/
-class PluginListTest extends IntegrationTestCase
+class PluginListTest extends \PHPUnit_Framework_TestCase
{
/**