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