public static function TestContentTypeConfiguration::getInfo in Configuration Management 7.2
Test info.
File
- tests/
handlers/ TestContentTypeConfiguration.test, line 15 - Tests for Configuration Management: Content Types.
Class
- TestContentTypeConfiguration
- @file Tests for Configuration Management: Content Types.
Code
public static function getInfo() {
return array(
'name' => t('Handler: ContentTypeConfiguration'),
'description' => t('Test the configuration API for content types configurations'),
'group' => t('Configuration'),
);
}