コード例 #1
0
ファイル: OAuthTest.php プロジェクト: widop/twitter-oauth
 public function testUrl()
 {
     $this->oauth->setUrl('https://my-url.com');
     $this->assertSame('https://my-url.com', $this->oauth->getUrl());
 }