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_processor_user.test
2 2

  
3 3
/**
4 4
 * @file
5
 * Tests for plugins/FeedsUserProcessor.inc
5
 * Tests for plugins/FeedsUserProcessor.inc.
6 6
 */
7 7

  
8 8
/**
9 9
 * Test aggregating a feed as data records.
10 10
 */
11 11
class FeedsCSVtoUsersTest extends FeedsWebTestCase {
12

  
13
  /**
14
   * {@inheritdoc}
15
   */
12 16
  public static function getInfo() {
13 17
    return array(
14 18
      'name' => 'CSV import to users',
......
1064 1068
    $account->pass_raw = $password;
1065 1069
    $this->drupalLogin($account);
1066 1070
  }
1071

  
1067 1072
}

Formats disponibles : Unified diff