You are here

public static function ViewsPagerTest::getInfo in Views (for Drupal 7) 7.3

File

tests/views_pager.test, line 16
Definition of ViewsPagerTest.

Class

ViewsPagerTest
Tests the pluggable pager system.

Code

public static function getInfo() {
  return array(
    'name' => 'Pager',
    'description' => 'Test the pluggable pager system',
    'group' => 'Views Plugins',
  );
}