public static function UserCancelTestCase::getInfo

Archivo

drupal-7.x/modules/user/user.test, line 528
Tests for user.module.

Class

UserCancelTestCase
Test cancelling a user.

Código

public static function getInfo() {
  return array(
    'name' => 'Cancel account',
    'description' => 'Ensure that account cancellation methods work as expected.',
    'group' => 'User',
  );
}