You are here

public static property FieldKernelTest::$testViews in Drupal 10

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

Views used by this test.

Type: array

File

core/modules/views/tests/src/Kernel/Handler/FieldKernelTest.php, line 26

Class

FieldKernelTest
Tests the generic field handler.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

public static $testViews = [
  'test_view',
  'test_field_tokens',
  'test_field_argument_tokens',
  'test_field_output',
];