function NodeAccessFieldTestCase::getInfo

File

modules/node/node.test, line 2864

Class

NodeAccessFieldTestCase
Tests the interaction of the node access system with fields.

Code

public static function getInfo() {
    return array(
        'name' => 'Node access and fields',
        'description' => 'Tests the interaction of the node access system with fields.',
        'group' => 'Node',
    );
}

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