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:
authorBenaka <diosmosis@users.noreply.github.com>2015-09-15 01:28:18 +0300
committerBenaka <diosmosis@users.noreply.github.com>2015-09-15 01:28:18 +0300
commitc4ea1d8565383156baec7bc4575f022afbbc9d55 (patch)
tree99497b296a03654aea81fbb88687918f1220fc41 /plugins/UserCountry
parentcaf0d3e2423d225b2768cd0b9878fbf8c3470986 (diff)
parentcb8fbfb714b20f2ef5d91ffdee258ff2384eb6a8 (diff)
Merge pull request #8745 from piwik/8680
Fixes #8680, if a test case or fixture class is supplied in TestingEnvironmentManipulator and cannot be autoloaded, throw an exception.
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..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\Integration;
+namespace Piwik\Plugins\UserCountry\tests\System;
use Piwik\Common;
use Piwik\Db;