public static function ItemsPerPageTest::getInfo in Views (for Drupal 7) 8.3
File
- lib/
Drupal/ views/ Tests/ Wizard/ ItemsPerPageTest.php, line 15 - Definition of Drupal\views\Tests\Wizard\ItemsPerPageTest.
Class
- ItemsPerPageTest
- Tests the ability of the views wizard to specify the number of items per page.
Namespace
Drupal\views\Tests\WizardCode
public static function getInfo() {
return array(
'name' => 'Items per page functionality',
'description' => 'Test the ability of the views wizard to specify the number of items per page.',
'group' => 'Views Wizard',
);
}