/**
  * @covers \ZfcUser\Authentication\Adapter\AdapterChainServiceFactory::getOptions
  * @expectedException \ZfcUser\Authentication\Adapter\Exception\OptionsNotFoundException
  */
 public function testGetOptionFailing()
 {
     $options = $this->factory->getOptions();
 }