You are here

public static function ThemekeyUITestCase::getInfo in ThemeKey 7.3

File

tests/ThemekeyUITestCase.test, line 10
Implements tests for the theme switching rules.

Class

ThemekeyUITestCase
@file Implements tests for the theme switching rules.

Code

public static function getInfo() {
  return array(
    'name' => 'ThemeKey UI',
    'description' => 'Test the ThemeKey UI features.',
    'group' => 'ThemeKey',
  );
}