function NodeSaveTestCase::getInfo

File

modules/node/node.test, line 1323

Class

NodeSaveTestCase
Tests node save related functionality, including import-save.

Code

public static function getInfo() {
    return array(
        'name' => 'Node save',
        'description' => 'Test node_save() for saving content.',
        'group' => 'Node',
    );
}

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