You are here

public static function ThemekeyMultipleNodePropertiesTestCase::getInfo in ThemeKey 7.2

Same name and namespace in other branches
  1. 7 tests/ThemekeyMultipleNodePropertiesTestCase.test \ThemekeyMultipleNodePropertiesTestCase::getInfo()

Overrides ThemekeyWebTestCase::getInfo

File

tests/ThemekeyMultipleNodePropertiesTestCase.test, line 10
Implements tests for the theme switching rules.

Class

ThemekeyMultipleNodePropertiesTestCase
@file Implements tests for the theme switching rules.

Code

public static function getInfo() {
  return array(
    'name' => 'Themekey Multiple Node Properties',
    'description' => 'Test multiple themekey node properties (node:).',
    'group' => 'Themekey',
  );
}