public static function DisabledNodeTypeTestCase::getInfo in Drupal 7
File
- 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',
);
}