You are here

public static function UIFPlusTestCase::getInfo in User Import Framework Plus 7

File

./uif_plus.test, line 13
Test cases for User Import Framework Plus module

Class

UIFPlusTestCase
@file

Code

public static function getInfo() {
  return array(
    'name' => 'User import plus - General',
    'description' => 'Test general user import framework plus functionality.',
    'group' => 'User Import Framework Plus',
  );
}