/**
  * @test
  */
 public function getCredentials()
 {
     $token = new Token();
     $this->assertEquals('', $token->getCredentials());
 }