You are here

public static property PagerTest::$testViews in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/Functional/Plugin/PagerTest.php \Drupal\Tests\views\Functional\Plugin\PagerTest::testViews

Views used by this test.

Type: array

File

core/modules/views/tests/src/Functional/Plugin/PagerTest.php, line 24

Class

PagerTest
Tests the pluggable pager system.

Namespace

Drupal\Tests\views\Functional\Plugin

Code

public static $testViews = [
  'test_store_pager_settings',
  'test_pager_none',
  'test_pager_some',
  'test_pager_full',
  'test_view_pager_full_zero_items_per_page',
  'test_view',
  'content',
];