config = new Zend_Oauth_Config(); } /** * @group ZF-12488 */ public function testAllowsOptionsAsRequestMethod() { $this->config->setRequestMethod(Zend_Oauth::OPTIONS); $this->assertEquals(Zend_Oauth::OPTIONS, $this->config->getRequestMethod()); } }