PagerTest::$testViews

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
  2. 10 core/modules/views/tests/src/Functional/Plugin/PagerTest.php \Drupal\Tests\views\Functional\Plugin\PagerTest::testViews
  3. 11.x 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',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.