1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-26 13:20:17 +02:00

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

View File

@ -1,13 +0,0 @@
<?php
namespace Command;
use Mage\Command\AbstractCommand;
class MyCommand extends AbstractCommand
{
public function run()
{
return 0;
}
}

View File

@ -1,11 +0,0 @@
<?php
namespace Command;
class MyInconsistentCommand
{
public function run()
{
return 0;
}
}