public static function NodeAccessPagerTest::getInfo

File

drupal/core/modules/node/lib/Drupal/node/Tests/NodeAccessPagerTest.php, line 25
Definition of Drupal\node\Tests\NodeAccessPagerTest.

Class

NodeAccessPagerTest
Tests pagination with a node access module enabled.

Namespace

Drupal\node\Tests

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