function UploadUpgradePathTestCase::getInfo

File

modules/simpletest/tests/upgrade/upgrade.upload.test, line 7

Class

UploadUpgradePathTestCase
Upgrade test for comment.module.

Code

public static function getInfo() {
    return array(
        'name' => 'Upload upgrade path',
        'description' => 'Upload upgrade path tests.',
        'group' => 'Upgrade path',
    );
}

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