You are here

public static function ThemeTableUnitTest::getInfo in SimpleTest 7

File

tests/theme.test, line 58
Tests for the theme API.

Class

ThemeTableUnitTest
Unit tests for theme_table().

Code

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