public static function PotxTestCase::getInfo in Translation template extractor 6.3
Same name and namespace in other branches
- 7.3 tests/potx.test \PotxTestCase::getInfo()
- 7 tests/potx.test \PotxTestCase::getInfo()
- 7.2 tests/potx.test \PotxTestCase::getInfo()
File
- tests/
potx.test, line 10 - Tests to ensure that the template extractor works as intended.
Class
- PotxTestCase
- @file Tests to ensure that the template extractor works as intended.
Code
public static function getInfo() {
return array(
'name' => t('Translation template extractor'),
'description' => t('Ensure that the translation template extractor functions properly.'),
'group' => t('Translation template extractor'),
);
}