function DrupalAddHtmlHeadLinkTest::getInfo

File

modules/simpletest/tests/common.test, line 3396

Class

DrupalAddHtmlHeadLinkTest
Test for drupal_add_html_head_link().

Code

public static function getInfo() {
    return array(
        'name' => 'Add HTML head link',
        'description' => 'Test for drupal_add_html_head_link().',
        'group' => 'System',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.