public static property TaxonomyFieldTidTest::$testViews in Drupal 9
Same name and namespace in other branches
- 8 core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php \Drupal\Tests\taxonomy\Kernel\Views\TaxonomyFieldTidTest::testViews
Views to be enabled.
Test classes should override this property and provide the list of testing views.
Type: array
Overrides ViewsKernelTestBase::$testViews
File
- core/
modules/ taxonomy/ tests/ src/ Kernel/ Views/ TaxonomyFieldTidTest.php, line 34
Class
- TaxonomyFieldTidTest
- Tests the taxonomy term TID field handler.
Namespace
Drupal\Tests\taxonomy\Kernel\ViewsCode
public static $testViews = [
'test_taxonomy_tid_field',
];