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