Beispiel #1
0
 /**
  * @expectedException \Novuso\System\Exception\DomainException
  */
 public function test_that_command_map_throws_exception_when_command_class_is_invalid()
 {
     $handler = new RegisterUserHandler();
     $this->commandMap->registerHandler('FooBar', $handler);
 }