public static function LingotekTestCase::getInfo in Lingotek Translation 7.4
Same name and namespace in other branches
- 7.7 tests/lingotek.setup.test \LingotekTestCase::getInfo()
- 7.5 tests/lingotek.setup.test \LingotekTestCase::getInfo()
- 7.6 tests/lingotek.setup.test \LingotekTestCase::getInfo()
File
- tests/
lingotek.setup.test, line 7
Class
Code
public static function getInfo() {
return array(
'name' => 'Lingotek Basic',
'description' => 'Ensure that Lingotek functions properly.',
'group' => 'Lingotek',
);
}