public static function NodeAccessFieldTest::getInfo

File

drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessFieldTest.php, line 24
Definition of Drupal\node\Tests\NodeAccessFieldTest.

Class

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

Namespace

Drupal\node\Tests

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',
  );
}