Пример #1
0
 public function testConstructorSetsCustomServiceParameters()
 {
     $redirect = new Zend_Oauth_Http_UserAuthorisation($this->stubConsumer, array(1, 2, 3));
     $this->assertEquals(array(1, 2, 3), $redirect->getParameters());
 }