Beispiel #1
0
 /**
  * Test for revoking token when none is opened
  */
 public function testRevokeWhenNoTokenExists()
 {
     $client = new Postman_Google_Client();
     $this->assertFalse($client->revokeToken());
 }