public static function UserImportNodeprofileTestCase::getInfo in User Import 6.4
Same name and namespace in other branches
- 6.2 user_import.test \UserImportNodeprofileTestCase::getInfo()
File
- ./
user_import.test, line 185
Class
- UserImportNodeprofileTestCase
- Test import of user data into Profile module
Code
public static function getInfo() {
return array(
'name' => 'Import Users (Nodeprofile)',
'description' => 'Test import of user data into Nodeprofile module.',
'group' => 'User Import',
);
}