You are here

public static function TemplateUnitTest::getInfo in SimpleTest 7

File

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

Class

TemplateUnitTest
Unit tests for the Theme API.

Code

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