Esempio n. 1
0
 /**
  * @expectedException InvalidArgumentException
  */
 public function testSetInvalidAuthType()
 {
     $req = new HTTP_OAuth_Consumer_Request('http://example.com/');
     $req->setAuthType('POST');
 }