public static function UIFPlusOgFieldsTestCase::getInfo in User Import Framework Plus 7
File
- ./uif_plus.test, line 63 
- Test cases for User Import Framework Plus module
Class
Code
public static function getInfo() {
  return array(
    'name' => 'User import plus - OG',
    'description' => 'Test user import framework plus with OG fields.',
    'group' => 'User Import Framework Plus',
  );
}