示例#1
0
 public function testConsumer()
 {
     $consumer = $this->getMockBuilder('Widop\\Twitter\\OAuth\\OAuthConsumer')->disableOriginalConstructor()->getMock();
     $this->oauth->setConsumer($consumer);
     $this->assertSame($consumer, $this->oauth->getConsumer());
 }