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:
authorsgiehl <stefan@piwik.org>2014-10-15 23:07:52 +0400
committersgiehl <stefan@piwik.org>2014-10-15 23:07:52 +0400
commitfddda01cb0e83511416613a31533a70d072e3338 (patch)
tree909217a2447f8723da5d1b038c8b64c36af55fb3 /plugins/Contents/tests/System
parentbc822adb13a7b8a0fefb8d824fdd761e51879266 (diff)
parent2d06c9a753b001a99c0b787e9735dc1e1de9ba87 (diff)
Merge branch 'master' into deprecate_usersettings
Conflicts: core/Version.php
Diffstat (limited to 'plugins/Contents/tests/System')
-rw-r--r--plugins/Contents/tests/System/ContentsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Contents/tests/System/ContentsTest.php b/plugins/Contents/tests/System/ContentsTest.php
index c5304fb19e..4332217622 100644
--- a/plugins/Contents/tests/System/ContentsTest.php
+++ b/plugins/Contents/tests/System/ContentsTest.php
@@ -7,7 +7,7 @@
*/
namespace Piwik\Plugins\Contents\tests\System;
-use Piwik\Tests\Impl\SystemTestCase;
+use Piwik\Tests\Framework\TestCase\SystemTestCase;
use Piwik\Plugins\Contents\tests\Fixtures\TwoVisitsWithContents;
use Piwik\Translate;