This command provides null behaviour and has no side effects.
Author: Rolf Vreijdenberger
Inheritance: extends Command
 public function testNullCommand()
 {
     //test creation
     $command = new izzum\command\NullCommand();
     $command->execute();
 }