Browse Source

namespace fix for BuiltIn

1.0
Claudio Zizza 10 years ago committed by Claudio Zizza
parent
commit
ebc90d0b2a
  1. 5
      tests/MageTest/Command/BuiltIn/VersionCommandTest.php

5
tests/MageTest/Command/BuildIn/VersionCommandTest.php → tests/MageTest/Command/BuiltIn/VersionCommandTest.php

@ -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();
Loading…
Cancel
Save