public static function ThemeTestCase::getInfo

File

drupal/modules/simpletest/tests/theme.test, line 14
Tests for the theme API.

Class

ThemeTestCase
Unit tests for the Theme API.

Code

public static function getInfo() {
  return array(
    'name' => 'Theme API',
    'description' => 'Test low-level theme functions.',
    'group' => 'Theme',
  );
}