public static function FileFieldPathsTokensTestCase::getInfo in File (Field) Paths 7
@inheritdoc
File
- tests/
filefield_paths.tokens.test, line 15 - Tests for the File (Field) Paths module.
Class
- FileFieldPathsTokensTestCase
- Class FileFieldPathsTokensTestCase
Code
public static function getInfo() {
return array(
'name' => 'Token functionality',
'description' => 'Tests File (Field) Paths tokens.',
'group' => 'File (Field) Paths',
);
}