public static function ThemekeyWebTestCase::getInfo in ThemeKey 7.2
Same name and namespace in other branches
- 7 tests/themekey.test \ThemekeyWebTestCase::getInfo()
4 methods override ThemekeyWebTestCase::getInfo()
- ThemekeyDrupalPropertiesTestCase::getInfo in tests/
ThemekeyDrupalPropertiesTestCase.test - ThemekeyMultipleNodePropertiesTestCase::getInfo in tests/
ThemekeyMultipleNodePropertiesTestCase.test - ThemekeyNodePropertiesTestCase::getInfo in tests/
ThemekeyNodePropertiesTestCase.test - ThemekeySystemPropertiesTestCase::getInfo in tests/
ThemekeySystemPropertiesTestCase.test
File
- tests/
themekey.test, line 13 - Implements tests for the theme switching rules.
Class
- ThemekeyWebTestCase
- @file Implements tests for the theme switching rules.
Code
public static function getInfo() {
return array(
'name' => 'Themekey test',
'description' => 'Test the themekey module.',
'group' => 'Themekey',
);
}