You are here

public static function ThemekeyRuleChainTestCase::getInfo in ThemeKey 7.3

File

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

Class

ThemekeyRuleChainTestCase
@file Implements tests for the theme switching rules.

Code

public static function getInfo() {
  return array(
    'name' => 'ThemeKey Rule Chain',
    'description' => 'Test a chain of multiple ThemeKey rules.',
    'group' => 'ThemeKey',
  );
}