File
- drupal/core/modules/views/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\Wizard
Code
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',
);
}