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-09-12 00:53:03 +0300
committerdiosmosis <benaka@piwik.pro>2015-09-12 00:53:03 +0300
commitcb8fbfb714b20f2ef5d91ffdee258ff2384eb6a8 (patch)
treead28ad5975b1214c379dbb887416c82632aadfc6 /plugins/UserCountry
parent94a46fa610b688953d38db87bfb80382b25ab78b (diff)
Fix another system test namespace.
Diffstat (limited to 'plugins/UserCountry')
-rw-r--r--plugins/UserCountry/tests/System/AttributeHistoricalDataWithLocationsTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountry/tests/System/AttributeHistoricalDataWithLocationsTest.php b/plugins/UserCountry/tests/System/AttributeHistoricalDataWithLocationsTest.php
index 755ce0be82..5fb3bf7c92 100644
--- a/plugins/UserCountry/tests/System/AttributeHistoricalDataWithLocationsTest.php
+++ b/plugins/UserCountry/tests/System/AttributeHistoricalDataWithLocationsTest.php
@@ -6,7 +6,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*
*/
-namespace Piwik\Plugins\UserCountry\Test\System;
+namespace Piwik\Plugins\UserCountry\tests\System;
use Piwik\Common;
use Piwik\Db;