public static function FilterFormatUpgradePathTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ upgrade/ upgrade.filter.test, line 11
Class
- FilterFormatUpgradePathTestCase
- Upgrade test for filter format identifiers.
Code
public static function getInfo() {
return array(
'name' => 'Filter format upgrade path',
'description' => 'Verifies that filter formats and references to filter formats are converted properly.',
'group' => 'Upgrade path',
);
}