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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-10-17 02:27:22 +0400
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-10-17 02:27:22 +0400
commitc2d2d2812da959676b5f88230343076af3838d24 (patch)
tree53ac1569a10e8c58732505ea4bf5e902803693ae /tests/PHPUnit/System/FrontControllerTest.php
parenta1e70f90bde3692fc153f9c395baf1bed214c2b1 (diff)
Use the SystemTestCase as the base test class for the FrontControllerTest
Diffstat (limited to 'tests/PHPUnit/System/FrontControllerTest.php')
-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