public static function FilterFormatUpgradePathTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ upgrade/ upgrade.filter.test, line 11
Class
- FilterFormatUpgradePathTestCase
- Upgrade test for filter format identifiers.
Código
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',
);
}