You are here

public static property PagerTest::$testViews in Zircon Profile 8

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

Views used by this test.

Type: array

File

core/modules/views/src/Tests/Plugin/PagerTest.php, line 28
Contains \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',
  'content',
);