/**
  * Test that the getFilePath method works.
  *
  * @return void
  */
 public function testGetFilePathMethod()
 {
     $this->assertEquals(realpath($this->getTokenStoragePath('token-username.json')), realpath($this->token->getFilePath()));
 }