Browse Source

dummy classes of Command Factory tests removed

1.0
Claudio Zizza 10 years ago
parent
commit
6c5aaa04da
  1. 13
      tests/Dummies/Command/MyCommand.php
  2. 11
      tests/Dummies/Command/MyInconsistentCommand.php

13
tests/Dummies/Command/MyCommand.php

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

11
tests/Dummies/Command/MyInconsistentCommand.php

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