public static function UserAccountLinksUnitTests::getInfo
Archivo
- drupal-7.x/
modules/ user/ user.test, line 1511 - Tests for user.module.
Class
- UserAccountLinksUnitTests
- Tests user links in the secondary menu.
Código
public static function getInfo() {
return array(
'name' => 'User account links',
'description' => 'Test user-account links.',
'group' => 'User',
);
}