You are here

public static function FileFieldPathsTransliterationCase::getInfo in File (Field) Paths 7

@inheritdoc

File

tests/transliteration.test, line 23
Transliteration module tests for the File (Field) Paths module.

Class

FileFieldPathsTransliterationCase
Class FileFieldPathsTransliterationCase

Code

public static function getInfo() {
  return array(
    'name' => 'Transliteration integration',
    'description' => 'Tests the Transliteration module integration.',
    'group' => 'File (Field) Paths',
  );
}