public static function DisabledNodeTypeTestCase::getInfo

File

drupal/modules/simpletest/tests/upgrade/upgrade.node.test, line 59

Class

DisabledNodeTypeTestCase
Tests the upgrade path for node disabled node types.

Code

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