public static function ThemekeySystemPropertiesTestCase::getInfo in ThemeKey 7.3
Same name and namespace in other branches
- 7 tests/ThemekeySystemPropertiesTestCase.test \ThemekeySystemPropertiesTestCase::getInfo()
- 7.2 tests/ThemekeySystemPropertiesTestCase.test \ThemekeySystemPropertiesTestCase::getInfo()
File
- tests/
ThemekeySystemPropertiesTestCase.test, line 10 - Implements tests for the theme switching rules.
Class
- ThemekeySystemPropertiesTestCase
- @file Implements tests for the theme switching rules.
Code
public static function getInfo() {
return array(
'name' => 'ThemeKey System Properties',
'description' => 'Test the themeKey system properties (system:).',
'group' => 'ThemeKey',
);
}