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-11-14 03:53:51 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-11-14 03:53:51 +0300
commit50e9808ce9e832c57fc5826a462f87c497320165 (patch)
treeacd020319fc57b13218d3ddbd94cbf1e43650f9a /tests/PHPUnit/System/FrontControllerTest.php
parentba18f4374a412c73c07cbf4972e70fe9ac4a086a (diff)
Removed usage of Piwik\Tests\Fixture (deprecated) in favor of Piwik\Tests\Framework\Fixture
Diffstat (limited to 'tests/PHPUnit/System/FrontControllerTest.php')
-rw-r--r--tests/PHPUnit/System/FrontControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/PHPUnit/System/FrontControllerTest.php b/tests/PHPUnit/System/FrontControllerTest.php
index 13ced79f6f..e0eb62df7d 100644
--- a/tests/PHPUnit/System/FrontControllerTest.php
+++ b/tests/PHPUnit/System/FrontControllerTest.php
@@ -8,7 +8,7 @@
namespace Piwik\Tests\System;
-use Piwik\Tests\Fixture;
+use Piwik\Tests\Framework\Fixture;
use Piwik\Tests\Framework\TestCase\SystemTestCase;
/**