Exemple #1
0
 public function testSetsLocalUrlFromOptionsArray()
 {
     $options = array('localUrl' => 'http://www.example.com/local');
     $consumer = new Zend_Oauth_Consumer($options);
     $this->assertEquals('http://www.example.com/local', $consumer->getLocalUrl());
 }