You are here

public static function ThemekeyModulePluginsTestCase::getInfo in ThemeKey 7.3

File

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

Class

ThemekeyModulePluginsTestCase
@file Implements tests for the theme switching rules.

Code

public static function getInfo() {
  return array(
    'name' => 'ThemeKey Module Plugins',
    'description' => 'Test the module plugins functionality.',
    'group' => 'ThemeKey',
  );
}