You are here

public static function UserAccountLinksUnitTests::getInfo in Drupal 7

File

modules/user/user.test, line 1861
Tests for user.module.

Class

UserAccountLinksUnitTests
Tests user links in the secondary menu.

Code

public static function getInfo() {
  return array(
    'name' => 'User account links',
    'description' => 'Test user-account links.',
    'group' => 'User',
  );
}