function DisabledNodeTypeTestCase::getInfo
File
-
modules/
simpletest/ tests/ upgrade/ upgrade.node.test, line 62
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',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.