public static function UserAccountLinksTests::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserAccountLinksTests.php, line 24
Definition of Drupal\user\Tests\UserAccountLinksTests.

Class

UserAccountLinksTests
Tests user links in the secondary menu.

Namespace

Drupal\user\Tests

Code

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