mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-10-13 16:50:18 +02:00
dummy classes of Command Factory tests removed
This commit is contained in:
parent
27423f1f3e
commit
6c5aaa04da
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user