You are here

public static function ContextualLinksExampleTestCase::getInfo in Examples for Developers 7

File

contextual_links_example/contextual_links_example.test, line 20
Functional tests for the contextual_links_example module.

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',
  );
}