You are here

public static property ExcludedFieldTokenTest::$testViews in Drupal 9

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

The views that are used by this test.

Type: array

File

core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php, line 29

Class

ExcludedFieldTokenTest
Tests the display of an excluded field that is used as a token.

Namespace

Drupal\Tests\rest\Functional\Views

Code

public static $testViews = [
  'test_excluded_field_token_display',
];