public static property PagerTest::$testViews

Views used by this test.

Type: array

File

drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/PagerTest.php, line 20
Definition of Drupal\views\Tests\Plugin\PagerTest.

Class

PagerTest
Tests the pluggable pager system.

Namespace

Drupal\views\Tests\Plugin

Code

public static $testViews = array(
  'test_store_pager_settings',
  'test_pager_none',
  'test_pager_some',
  'test_pager_full',
  'test_view_pager_full_zero_items_per_page',
  'test_view',
);