function ContextUnitTestCase::getInfo in Context 6.2
Same name and namespace in other branches
- 6 tests/context.test \ContextUnitTestCase::getInfo()
Implementation of get_info() for information
File
- tests/
context.test, line 7
Class
Code
function getInfo() {
return array(
'name' => t('context_get(), context_exists() unit tests'),
'description' => t('Sets all possible context types and checks for integrity.'),
'group' => t('Context'),
);
}