public static function TableTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Theme/TableTest.php, line 16
Definition of Drupal\system\Tests\Theme\TableTest.

Class

TableTest
Unit tests for theme_table().

Namespace

Drupal\system\Tests\Theme

Code

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