public function testHasOption()
 {
     $decorator = new Decorator();
     $this->assertFalse($decorator->hasOption('foo'));
 }