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