Projet

Général

Profil

Révision 5d12d676

Ajouté par Assos Assos il y a environ 6 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/views/tests/taxonomy/views_handler_relationship_node_term_data.test
34 34
  function setUp() {
35 35
    parent::setUp();
36 36

  
37
    //$web_user = $this->drupalCreateUser(array('create article content'));
38
    //$this->drupalLogin($web_user);
39

  
37
    // $web_user = $this->drupalCreateUser(array('create article content'));
38
    // $this->drupalLogin($web_user);
40 39
    $vocabulary = taxonomy_vocabulary_machine_name_load('tags');
41 40
    $this->term_1 = $this->createTerm($vocabulary);
42 41
    $this->term_2 = $this->createTerm($vocabulary);
......
119 118

  
120 119
    return $view;
121 120
  }
122
}
121

  
122
}

Formats disponibles : Unified diff