public static function ThemekeySystemPropertiesTestCase::getInfo in ThemeKey 7.2
Same name and namespace in other branches
- 7.3 tests/ThemekeySystemPropertiesTestCase.test \ThemekeySystemPropertiesTestCase::getInfo()
- 7 tests/ThemekeySystemPropertiesTestCase.test \ThemekeySystemPropertiesTestCase::getInfo()
Overrides ThemekeyWebTestCase::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',
);
}