Projet

Général

Profil

Révision bceb9b7a

Ajouté par Florent Torregrosa il y a environ 9 ans

Update core to 7.35

Voir les différences:

drupal7/modules/statistics/statistics.test
414 414
    $timestamp = time();
415 415
    $this->drupalPost(NULL, NULL, t('Cancel account'));
416 416
    // Confirm account cancellation request.
417
    $this->drupalGet("user/$account->uid/cancel/confirm/$timestamp/" . user_pass_rehash($account->pass, $timestamp, $account->login));
417
    $this->drupalGet("user/$account->uid/cancel/confirm/$timestamp/" . user_pass_rehash($account->pass, $timestamp, $account->login, $account->uid));
418 418
    $this->assertFalse(user_load($account->uid, TRUE), 'User is not found in the database.');
419 419

  
420 420
    $this->drupalGet('admin/reports/visitors');

Formats disponibles : Unified diff