You are here

public static function PagererTest::getInfo in Pagerer 7

Get info.

Overrides PagerFunctionalWebTestCase::getInfo

File

./pagerer.test, line 24
Pagerer test case script.

Class

PagererTest
Functional tests for Pagerer.

Code

public static function getInfo() {
  return array(
    'name' => 'Replacement of Drupal core pager',
    'description' => "Checks that when the basic 'pagerer_standard' theme is set up as a replacement of Drupal core pager, it still provides the same HTML.",
    'group' => 'Pagerer',
  );
}