function NodeAccessPagerTestCase::getInfo

File

modules/node/node.test, line 2770

Class

NodeAccessPagerTestCase
Tests pagination with a node access module enabled.

Code

public static function getInfo() {
  return array(
    'name' => 'Node access pagination',
    'description' => 'Test access controlled node views have the right amount of comment pages.',
    'group' => 'Node',
  );
}

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