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:
-rw-r--r--tests/PHPUnit/System/FrontControllerTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/FrontControllerTest.php b/tests/PHPUnit/System/FrontControllerTest.php
index 47bdcf31c8..13ced79f6f 100644
--- a/tests/PHPUnit/System/FrontControllerTest.php
+++ b/tests/PHPUnit/System/FrontControllerTest.php
@@ -9,11 +9,12 @@
namespace Piwik\Tests\System;
use Piwik\Tests\Fixture;
+use Piwik\Tests\Framework\TestCase\SystemTestCase;
/**
* @group Core
*/
-class FrontControllerTest extends \PHPUnit_Framework_TestCase
+class FrontControllerTest extends SystemTestCase
{
/**
* @dataProvider malformedUrlsProvider