You are here

public static function LingotekTestCase::getInfo in Lingotek Translation 7.4

Same name and namespace in other branches
  1. 7.7 tests/lingotek.setup.test \LingotekTestCase::getInfo()
  2. 7.5 tests/lingotek.setup.test \LingotekTestCase::getInfo()
  3. 7.6 tests/lingotek.setup.test \LingotekTestCase::getInfo()

File

tests/lingotek.setup.test, line 7

Class

LingotekTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Lingotek Basic',
    'description' => 'Ensure that Lingotek functions properly.',
    'group' => 'Lingotek',
  );
}