Skip to content

Commit

Permalink
refs #6429 the namespace correction got lost when squashing the commits
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Oct 28, 2014
1 parent a6b2a6d commit b251922
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions plugins/TestRunner/Commands/TestsRun.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
*
*/

namespace Piwik\Plugins\CoreConsole\Commands;
namespace Piwik\Plugins\TestRunner\Commands;

use Piwik\Common;
use Piwik\Profiler;
use Piwik\Plugin\ConsoleCommand;
use Symfony\Component\Console\Input\InputArgument;
Expand Down
2 changes: 1 addition & 1 deletion plugins/TestRunner/Commands/TestsRunUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @link http://piwik.org
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/
namespace Piwik\Plugins\CoreConsole\Commands;
namespace Piwik\Plugins\TestRunner\Commands;

use Piwik\AssetManager;
use Piwik\Plugin\ConsoleCommand;
Expand Down
2 changes: 1 addition & 1 deletion plugins/TestRunner/Commands/TestsSetupFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
*/

namespace Piwik\Plugins\CoreConsole\Commands;
namespace Piwik\Plugins\TestRunner\Commands;

use Piwik\Config;
use Piwik\Plugin\ConsoleCommand;
Expand Down

0 comments on commit b251922

Please sign in to comment.