From 4b76c6bc96e238e63a2b4ef7a33d90a6e714be5d Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@googlemail.com>
Date: Wed, 29 Oct 2014 00:26:49 +0100
Subject: [PATCH] refs #6429 my changes were not added... make sure to use
 correct namespace

---
 plugins/TestRunner/Commands/CodeCoverage.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/TestRunner/Commands/CodeCoverage.php b/plugins/TestRunner/Commands/CodeCoverage.php
index 6dbc2004c0..16d08a15e5 100644
--- a/plugins/TestRunner/Commands/CodeCoverage.php
+++ b/plugins/TestRunner/Commands/CodeCoverage.php
@@ -7,7 +7,7 @@
  *
  */
 
-namespace Piwik\Plugins\CoreConsole\Commands;
+namespace Piwik\Plugins\TestRunner\Commands;
 
 use Piwik\Plugin\ConsoleCommand;
 use Symfony\Component\Console\Input\ArrayInput;
-- 
GitLab