function ContextualLinksExampleTestCase::getInfo
File
-
contextual_links_example/
contextual_links_example.test, line 20
Class
- ContextualLinksExampleTestCase
- Functional tests for the contextual_links_example module.
Code
public static function getInfo() {
return array(
'name' => 'Contextual links example functionality',
'description' => 'Tests the behavior of the contextual links provided by the Contextual links example module.',
'group' => 'Examples',
);
}