public static function HeadLinksTestCase::getInfo in Chaos Tool Suite (ctools) 7
File
- page_manager/tests/ head_links.test, line 16 
- Tests the head links for page manager pages.
Class
- HeadLinksTestCase
- Test the head links.
Code
public static function getInfo() {
  return array(
    'name' => 'Head links test',
    'description' => 'Checks that the shortlink and canonical links are present on a node page overriden by Page manager',
    'group' => 'ctools',
  );
}