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/ExamplePlugin
parentde91f28860cc12f10c6d58bc29260d5849d48781 (diff)
refs #5940 IntegrationTestCase => SystemTestCase
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/tests/SimpleIntegrationTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ExamplePlugin/tests/SimpleIntegrationTest.php b/plugins/ExamplePlugin/tests/SimpleIntegrationTest.php
index f9cebb8c72..85308b4b15 100644
--- a/plugins/ExamplePlugin/tests/SimpleIntegrationTest.php
+++ b/plugins/ExamplePlugin/tests/SimpleIntegrationTest.php
@@ -9,14 +9,14 @@
namespace Piwik\Plugins\ExamplePlugin\tests;
use Piwik\Plugins\ExamplePlugin\tests\fixtures\SimpleFixtureTrackFewVisits;
-use Piwik\Tests\IntegrationTestCase;
+use Piwik\Tests\SystemTestCase;
/**
* @group ExamplePlugin
* @group SimpleIntegrationTest
* @group Plugins
*/
-class SimpleIntegrationTest extends IntegrationTestCase
+class SimpleIntegrationTest extends SystemTestCase
{
/**
* @var SimpleFixtureTrackFewVisits