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:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-06 06:41:13 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-06 06:41:13 +0400
commit8aaa1aba44e541ca260de505a3e98996b98c9f37 (patch)
treea72fca923e494a0f2e41947c13c73e9177b78bad /plugins/Proxy
parent5a1eab97f54b44f57356b4276b9c9df2a8eef51b (diff)
refs #5940 splitting plugin tests folder into unit, integration and system for now
Diffstat (limited to 'plugins/Proxy')
-rw-r--r--plugins/Proxy/tests/Unit/ProxyTest.php (renamed from plugins/Proxy/tests/ProxyTest.php)2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Proxy/tests/ProxyTest.php b/plugins/Proxy/tests/Unit/ProxyTest.php
index 8b460a35cc..fa0175d040 100644
--- a/plugins/Proxy/tests/ProxyTest.php
+++ b/plugins/Proxy/tests/Unit/ProxyTest.php
@@ -6,7 +6,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
-namespace Piwik\Plugins\Proxy\tests;
+namespace Piwik\Plugins\Proxy\tests\Unit;
use Piwik\Plugins\Proxy\Controller;