public static function UserEditedOwnAccountTestCase::getInfo in Drupal 7
File
- modules/
user/ user.test, line 2372 - Tests for user.module.
Class
Code
public static function getInfo() {
return array(
'name' => 'User edited own account',
'description' => 'Test user edited own account can still log in.',
'group' => 'User',
);
}