Projet

Général

Profil

Révision e9734207

Ajouté par Assos Assos il y a plus de 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/forum_access/tests/forum_access_test_base.php
32 32
  protected $delete_any_content_user;
33 33
  protected $delete_own_content_user;
34 34
  protected $create_content_user;
35
  protected $auth_user;
35 36
  protected $moderator;
36 37
  protected $time;
37 38
  protected $accounts;
......
487 488
              $this->drupalGet("comment/$comment->cid/edit");
488 489
              $this->assertResponse(200);
489 490
              $this->assertText($comment->subject);
490
              $comment->title .= ' (updated)';
491
              $comment->subject .= ' (updated)';
491 492
              $this->drupalPost("comment/$comment->cid/edit", array(
492 493
                'subject' => $comment->subject,
493 494
              ), t('Save'));

Formats disponibles : Unified diff