You are here

public static property FieldWebTest::$testViews in Drupal 9

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

Views used by this test.

Type: array

File

core/modules/views/tests/src/Functional/Handler/FieldWebTest.php, line 30

Class

FieldWebTest
Tests fields from within a UI.

Namespace

Drupal\Tests\views\Functional\Handler

Code

public static $testViews = [
  'test_view',
  'test_field_classes',
  'test_field_output',
  'test_click_sort',
  'test_distinct_click_sorting',
];