dummy classes of Command Factory tests removed

This commit is contained in:
Claudio Zizza
2015-02-09 22:38:43 +01:00
parent 27423f1f3e
commit 6c5aaa04da
2 changed files with 0 additions and 24 deletions
-13
View File
@@ -1,13 +0,0 @@
<?php
namespace Command;
use Mage\Command\AbstractCommand;
class MyCommand extends AbstractCommand
{
public function run()
{
return 0;
}
}
@@ -1,11 +0,0 @@
<?php
namespace Command;
class MyInconsistentCommand
{
public function run()
{
return 0;
}
}