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:00:54 +0300
committerdiosmosis <benaka@piwik.pro>2015-09-12 00:00:54 +0300
commit4f931a6a1657500699c06d0c2f0f890106cc0b03 (patch)
treed013bd9419cf326a18a996dde5830a4b31153a78 /plugins/UserCountry
parentb60f408b96c034858dd10b8039f3293857e1f8a8 (diff)
Fixing test namespaces and files of some system tests.
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 b41632ba6d..755ce0be82 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\Integration;
+namespace Piwik\Plugins\UserCountry\Test\System;
use Piwik\Common;
use Piwik\Db;