public static property ExcludedFieldTokenTest::$testViews in Drupal 10
Same name and namespace in other branches
- 8 core/modules/rest/tests/src/Functional/Views/ExcludedFieldTokenTest.php \Drupal\Tests\rest\Functional\Views\ExcludedFieldTokenTest::testViews
- 9 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 28
Class
- ExcludedFieldTokenTest
- Tests the display of an excluded field that is used as a token.
Namespace
Drupal\Tests\rest\Functional\ViewsCode
public static $testViews = [
'test_excluded_field_token_display',
];