public static function Pathautoi18nUserTest::getInfo in Pathauto i18n 7
GetInfo method.
File
- tests/
pathauto_i18n_user.test, line 17
Class
- Pathautoi18nUserTest
- Test functionality for user.
Code
public static function getInfo() {
return array(
'name' => 'Pathauto i18n user',
'description' => 'Ensure that the Pathauto i18n user works.',
'group' => 'Pathauto i18n',
);
}