public static function UserCancelTestCase::getInfo in Drupal 7
File
- modules/
user/ user.test, line 861 - Tests for user.module.
Class
- UserCancelTestCase
- Test cancelling a user.
Code
public static function getInfo() {
return array(
'name' => 'Cancel account',
'description' => 'Ensure that account cancellation methods work as expected.',
'group' => 'User',
);
}