You are here

public static property FieldFieldTest::$testViews in Drupal 10

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

File

core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php, line 38

Class

FieldFieldTest
Provides some integration tests for the Field handler.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

public static $testViews = [
  'test_field_field_test',
  'test_field_alias_test',
  'test_field_field_complex_test',
  'test_field_field_attachment_test',
  'test_field_field_revision_test',
  'test_field_field_revision_complex_test',
];