accountRemoveProfileBanner() public method

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);
 }