You are here

public static function ConfigurationUITest::getInfo in Configuration Management 7

Same name and namespace in other branches
  1. 7.2 ui/tests/configuration_ui.test \ConfigurationUITest::getInfo()

Test info.

File

tests/configuration.test, line 442
Tests for Configuration Management

Class

ConfigurationUITest

Code

public static function getInfo() {
  return array(
    'name' => t('Test User Interface'),
    'description' => t('Test different components of the user interface'),
    'group' => t('Configuration'),
  );
}