public function testHasOptionShouldReturnTrueWhenOptionPresent()
 {
     $bootstrap = new TestAsset\ZfAppBootstrap($this->application);
     $bootstrap->setOptions(array('foo' => 'bar'));
     $this->assertTrue($bootstrap->hasOption('foo'));
 }