You are here

public static function LingotekTestCase::getInfo in Lingotek Translation 7.7

Same name and namespace in other branches
  1. 7.4 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 11
Lingotek Setup Test Case

Class

LingotekTestCase
@file Lingotek Setup Test Case

Code

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