예제 #1
0
 public function testConstructorSetsConsumerInstance()
 {
     $request = new Http\RequestToken($this->stubConsumer, null, $this->stubHttpUtility);
     $this->assertInstanceOf('ZendTest\\OAuth\\Http\\Consumer32874', $request->getConsumer());
 }