From 8ed874f347673e75a604efff2edc5b6c9d0debcd Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Fri, 14 Nov 2014 13:46:47 +1300 Subject: Moved integration tests to namespaces --- tests/resources/TestPluginLogClass.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/resources') 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 +} -- cgit v1.2.3