function HeadLinksTestCase::getInfo

File

page_manager/tests/head_links.test, line 16

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