namespace fix for BuiltIn

This commit is contained in:
Claudio Zizza
2015-01-05 13:36:19 +01:00
parent b1c8cdd3c9
commit 728f372543
@@ -1,6 +1,6 @@
<?php
namespace MageTest\Command\BuildIn;
namespace MageTest\Command\BuiltIn;
use Mage\Command\BuiltIn\VersionCommand;
use Mage\Console;
@@ -11,6 +11,9 @@ use PHPUnit_Framework_TestCase;
*/
class VersionCommandTest extends PHPUnit_Framework_TestCase
{
/**
* @group 175
*/
public function testRun()
{
$this->workAroundStatic();