public static function TestPageManagerConfiguration::getInfo in Configuration Management 7.2
Test info.
File
- tests/
handlers/ TestPageManagerConfiguration.test, line 12 - Tests for Configuration Management: Page manager components and dependencies.
Class
- TestPageManagerConfiguration
- @file Tests for Configuration Management: Page manager components and dependencies.
Code
public static function getInfo() {
return array(
'name' => t('Handler: Page Manager'),
'description' => t('Test the configuration API for Page Managers configurations'),
'group' => t('Configuration'),
);
}