public static function UIFTestCaseRoles::getInfo in User Import Framework 7
File
- ./
uif.test, line 386 - UIF test code.
Class
- UIFTestCaseRoles
- Test import with roles.
Code
public static function getInfo() {
return array(
'name' => 'Import with roles',
'description' => 'Test UIF with role import.',
'group' => 'User Import Framework',
);
}