accountRemoveProfileBanner() public méthode

Removes the uploaded profile banner for the authenticating user.
public accountRemoveProfileBanner ( ) : boolean
Résultat boolean
 /**
  * Tests Twitter->accountRemoveProfileBanner
  */
 public function testAccountRemoveProfileBanner()
 {
     // @todo upload
     $response = $this->twitter->accountRemoveProfileBanner();
     $this->assertTrue($response);
 }