public static function NodeAccessFieldTestCase::getInfo

File

drupal/modules/node/node.test, line 2758
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',
  );
}