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