public function testGetRequestType()
 {
     $options = new Search();
     $this->assertEquals('get', $options->getRequestType());
 }