function ViewsPagerTest::getInfo

File

tests/views_pager.test, line 16

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