This command provides null behaviour and has no side effects.
Автор: Rolf Vreijdenberger
Наследование: extends Command
 public function testNullCommand()
 {
     //test creation
     $command = new izzum\command\NullCommand();
     $command->execute();
 }