Projet

Général

Profil

Révision ed9a13f1

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

Weekly update of contrib modules

Voir les différences:

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

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

  
32
  /**
33
   * {@inheritdoc}
34
   */
29 35
  public function setUp($modules = array(), $permissions = array()) {
30 36
    $this->entityType = 'node';
31 37
    $this->processorName = 'FeedsNodeProcessor';
......
133 139
      $this->assertEqual(LANGUAGE_NONE, $language, format_string('The node is language neutral (actual: !language).', array('!language' => $language)));
134 140
    }
135 141
  }
142

  
136 143
}

Formats disponibles : Unified diff