public function testTokenHasExpiredByGivingNoExpiresAt()
 {
     $token = new Token();
     $this->assertFalse($token->hasExpired(), 'The token returns false when no expiresAt is set');
 }