public static function FileAliasesPathautoCase::getInfo in File Aliases 7
@inheritdoc
File
- tests/
pathauto.test, line 23 - Pathauto module tests for the File Aliases module.
Class
- FileAliasesPathautoCase
- Class FileAliasesPathautoCase
Code
public static function getInfo() {
return array(
'name' => 'Pathauto integration',
'description' => 'Tests the Pathauto module integration.',
'group' => 'File Aliases',
);
}