public static function UserEditTestCase::getInfo in Drupal 7
File
- modules/
user/ user.test, line 2144 - Tests for user.module.
Class
- UserEditTestCase
- Tests editing a user account.
Code
public static function getInfo() {
return array(
'name' => 'User edit',
'description' => 'Test user edit page.',
'group' => 'User',
);
}