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:
authordiosmosis <benaka@piwik.pro>2015-05-27 02:32:06 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-02 01:05:28 +0300
commit3fbbfd392cced3c63fcd852b8256f4cc6162aa9b (patch)
tree087bdee60191ca6e04113abf65e9cfc1c8020e4f /plugins/ExamplePlugin
parent12081b361d02e6c937b3c0a9b7d840f815c076b8 (diff)
Remove unnecessary initEnvironment() call in AssetManagerTest.
Fix Fixture class reference in MultiSites' ControllerTest. Fix Fixture class reference in ExamplePlugin system test.
Diffstat (limited to 'plugins/ExamplePlugin')
-rw-r--r--plugins/ExamplePlugin/tests/System/SimpleSystemTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/tests/System/SimpleSystemTest.php b/plugins/ExamplePlugin/tests/System/SimpleSystemTest.php
index 4594c3be4c..7bca3732cc 100644
--- a/plugins/ExamplePlugin/tests/System/SimpleSystemTest.php
+++ b/plugins/ExamplePlugin/tests/System/SimpleSystemTest.php
@@ -8,7 +8,7 @@
namespace Piwik\Plugins\ExamplePlugin\tests\System;
-use Piwik\Plugins\ExamplePlugin\tests\fixtures\SimpleFixtureTrackFewVisits;
+use Piwik\Plugins\ExamplePlugin\tests\Fixtures\SimpleFixtureTrackFewVisits;
use Piwik\Tests\Framework\TestCase\SystemTestCase;
/**