function FilterFormatUpgradePathTestCase::getInfo

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.