public function testConstructorSetsConsumerInstance()
 {
     $request = new Zend_Oauth_Http_RequestToken($this->stubConsumer, null, $this->stubHttpUtility);
     $this->assertTrue($request->getConsumer() instanceof Test_Consumer_32874);
 }