You are here

function UserImportTest::settingsEmailMatch in User Import 5

Same name and namespace in other branches
  1. 8 tests/user_import.test \UserImportTest::settingsEmailMatch()
3 calls to UserImportTest::settingsEmailMatch()
UserImportBasics::testCreateImport in tests/user_import_basics.test
* User with right permissions creates import (with new settings) * - test core functions
UserImportNodeprofile::testCreateImport in tests/user_import_nodeprofile.test
* User with right permissions creates import (with new settings) * - test import of user data into Nodeprofile module
UserImportProfile::testCreateImport in tests/user_import_profile.test
* User with right permissions creates import (with new settings) * - test import of user data into Profile module

File

tests/user_import.test, line 45

Class

UserImportTest
Create Invoice node test for Invoices module.

Code

function settingsEmailMatch(&$edit) {
  $edit['field_match[5][field_match]'] = 'user-email';
}