public static function NodeAccessPagerTestCase::getInfo

File

drupal/modules/node/node.test, line 2669
Tests for node.module.

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