function ContextGetTest::get_info in Context 5
Implementation of get_info() for information
File
- tests/
context.test, line 7
Class
Code
function get_info() {
return array(
'name' => t('context_get(), context_isset() unit tests'),
'desc' => t('Sets all possible context types and checks for integrity.'),
'group' => 'Context Tests',
);
}