public static function NodeAccessPagerTestCase::getInfo in Drupal 7
File
- modules/
node/ node.test, line 2711 - 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',
);
}