You are here

public static function PotxTestCase::getInfo in Translation template extractor 7

Same name and namespace in other branches
  1. 6.3 tests/potx.test \PotxTestCase::getInfo()
  2. 7.3 tests/potx.test \PotxTestCase::getInfo()
  3. 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'),
  );
}