You are here

public static function TestTextFormatConfiguration::getInfo in Configuration Management 7.2

Test info.

File

tests/handlers/TestTextFormatConfiguration.test, line 8

Class

TestTextFormatConfiguration

Code

public static function getInfo() {
  return array(
    'name' => t('Handler: TextFormatConfiguration'),
    'description' => t('Test the configuration API for text formats configurations'),
    'group' => t('Configuration'),
  );
}