accountRemoveProfileBanner() 공개 메소드

Removes the uploaded profile banner for the authenticating user.
예제 #1
0
 /**
  * Tests Twitter->accountRemoveProfileBanner
  */
 public function testAccountRemoveProfileBanner()
 {
     // @todo upload
     $response = $this->twitter->accountRemoveProfileBanner();
     $this->assertTrue($response);
 }