public static function LingotekTestCase::getInfo in Lingotek Translation 7.7
Same name and namespace in other branches
- 7.4 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 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',
);
}