public static function NodeAccessFieldTestCase::getInfo in Drupal 7
File
- modules/
node/ node.test, line 2800 - Tests for node.module.
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',
);
}