function ThemeTableTestCase::getInfo

File

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

Class

ThemeTableTestCase
Unit tests for theme_table().

Code

public static function getInfo() {
    return array(
        'name' => 'Theme Table',
        'description' => 'Tests built-in theme functions.',
        'group' => 'Theme',
    );
}

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