You are here

function ContextUiTest::get_info in Context 5

File

context_ui/tests/context_ui.test, line 11

Class

ContextUiTest
Functional Test for Context UI

Code

function get_info() {
  return array(
    'name' => t('Context UI functional tests'),
    'desc' => t('Create a context and test context on node view.'),
    'group' => 'Context UI Tests',
  );
}