You are here

public static function AutoassignroleUserCreationTestCase::getInfo in Auto Assign Role 7.2

Same name and namespace in other branches
  1. 7 autoassignrole.test \AutoassignroleUserCreationTestCase::getInfo()

File

./autoassignrole.test, line 736
Creates tests for auto assign role module.

Class

AutoassignroleUserCreationTestCase
Extend the DrupalWebTestCase.

Code

public static function getInfo() {
  return array(
    'name' => 'User creation',
    'description' => 'Tests the user creation functionality for auto assign role automatic assignment',
    'group' => 'Auto assign role',
  );
}