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();
 }