/**
  * @covers ::getConfig
  * @expectedException Exception
  */
 public function testConfigCannotBeRetrievedIfItIsNotSet()
 {
     $message_bank_factory = new MessageBankFactory();
     $message_bank_factory->getConfig();
 }