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