public static function UserCancelTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserCancelTest.php, line 17
Definition of Drupal\user\Tests\UserCancelTest.

Class

UserCancelTest
Test cancelling a user.

Namespace

Drupal\user\Tests

Code

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