You are here

public static function ThemekeyDrupalPropertiesTestCase::getInfo in ThemeKey 7

Same name and namespace in other branches
  1. 7.3 tests/ThemekeyDrupalPropertiesTestCase.test \ThemekeyDrupalPropertiesTestCase::getInfo()
  2. 7.2 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',
  );
}