Projet

Général

Profil

Révision ed9a13f1

Ajouté par Assos Assos il y a presque 4 ans

Weekly update of contrib modules

Voir les différences:

drupal7/sites/all/modules/feeds/tests/feeds_i18n_taxonomy.test
17 17
   */
18 18
  private $vocabulary;
19 19

  
20
  /**
21
   * {@inheritdoc}
22
   */
20 23
  public static function getInfo() {
21 24
    return array(
22 25
      'name' => 'Multilingual terms',
......
26 29
    );
27 30
  }
28 31

  
32
  /**
33
   * {@inheritdoc}
34
   */
29 35
  public function setUp($modules = array(), $permissions = array()) {
30 36
    $this->entityType = 'taxonomy_term';
31 37
    $this->processorName = 'FeedsTermProcessor';
......
116 122
      $this->assertFalse(isset($entity->language), 'The term does not have a language.');
117 123
    }
118 124
  }
125

  
119 126
}

Formats disponibles : Unified diff