function UpgradePathTriggerTestCase::getInfo

File

modules/simpletest/tests/upgrade/upgrade.trigger.test, line 11

Class

UpgradePathTriggerTestCase
Tests the Trigger 6 -> 7 upgrade path.

Code

public static function getInfo() {
    return array(
        'name' => 'Trigger upgrade path',
        'description' => 'Trigger upgrade path tests for Drupal 6.x.',
        'group' => 'Upgrade path',
    );
}

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