function ThemingExampleTestCase::getInfo

File

theming_example/theming_example.test, line 17

Class

ThemingExampleTestCase
Functional tests for the theming example module.

Code

public static function getInfo() {
  return array(
    'name' => 'Theming Example',
    'description' => 'Verify theming example functionality',
    'group' => 'Examples',
  );
}