public static function UserCancelTestCase::getInfo

7.x user.test public static UserCancelTestCase::getInfo()

File

drupal-7.x/modules/user/user.test, line 528
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',
  );
}