You are here

function UserImportTest::settingsIgnoreFirstLine in User Import 5

Same name and namespace in other branches
  1. 8 tests/user_import.test \UserImportTest::settingsIgnoreFirstLine()
3 calls to UserImportTest::settingsIgnoreFirstLine()
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 49

Class

UserImportTest
Create Invoice node test for Invoices module.

Code

function settingsIgnoreFirstLine(&$edit) {
  $edit['first_line_skip'] = 1;
}