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-06-12 01:47:52 +0300
committerdiosmosis <benaka@piwik.pro>2015-06-12 01:47:52 +0300
commit95358189f82ed865aefd9c27aceb861e9929a6d0 (patch)
treee42fe08a0708695f970204ba9a105fc9c33abdae /plugins/PrivacyManager
parent2bd73f937ecedab4c6b3b6fccf29d7727eaad8b6 (diff)
Fix namespace of PrivacyManager integration test.
Diffstat (limited to 'plugins/PrivacyManager')
-rw-r--r--plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.php b/plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.php
index 2b8233ffa7..2b022185a4 100644
--- a/plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.php
+++ b/plugins/PrivacyManager/tests/Integration/PrivacyManagerTest.php
@@ -6,7 +6,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
-namespace Piwik\Plugins\PrivacyManager\tests;
+namespace Piwik\Plugins\PrivacyManager\tests\Integration;
use Piwik\Plugins\PrivacyManager\PrivacyManager;
use Piwik\Tests\Framework\TestCase\IntegrationTestCase;