function ThemeLinksTest::getInfo

File

modules/simpletest/tests/theme.test, line 297

Class

ThemeLinksTest
Unit tests for theme_links().

Code

public static function getInfo() {
    return array(
        'name' => 'Links',
        'description' => 'Test the theme_links() function and rendering groups of links.',
        'group' => 'Theme',
    );
}

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