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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-11-14 03:46:47 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2014-11-14 03:46:47 +0300
commit8ed874f347673e75a604efff2edc5b6c9d0debcd (patch)
tree16ad98601fc70e49dddc0ce7764069d3ad34d3a3 /tests/resources
parentabdf9c8001d626fca70e2d4b4c8a6c31e9f20b66 (diff)
Moved integration tests to namespaces
Diffstat (limited to 'tests/resources')
-rw-r--r--tests/resources/TestPluginLogClass.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/resources/TestPluginLogClass.php b/tests/resources/TestPluginLogClass.php
index 75f28928c4..3a95fe0cfb 100644
--- a/tests/resources/TestPluginLogClass.php
+++ b/tests/resources/TestPluginLogClass.php
@@ -5,6 +5,7 @@
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
+
namespace Piwik\Plugins\TestPlugin;
use Piwik\Log;
@@ -15,4 +16,4 @@ class TestLoggingUtility
{
Log::warning($message);
}
-} \ No newline at end of file
+}