You are here

public static property ExposedFormTest::$testViews in Drupal 10

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

Views used by this test.

Type: array

File

core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php, line 26

Class

ExposedFormTest
Tests exposed forms functionality.

Namespace

Drupal\Tests\views\Functional\Plugin

Code

public static $testViews = [
  'test_exposed_form_buttons',
  'test_exposed_form_buttons_required',
  'test_exposed_block',
  'test_exposed_form_sort_items_per_page',
  'test_exposed_form_pager',
];