public static function NodeAccessPagerTestCase::getInfo
7.x node.test | public static NodeAccessPagerTestCase::getInfo() |
File
- drupal-7.x/
modules/ node/ node.test, line 2568 - 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',
);
}