You are here

public static property TaxonomyIndexTidFilterTest::$testViews in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyIndexTidFilterTest.php \Drupal\Tests\taxonomy\Kernel\Views\TaxonomyIndexTidFilterTest::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/TaxonomyIndexTidFilterTest.php, line 22

Class

TaxonomyIndexTidFilterTest
Test the taxonomy term index filter.

Namespace

Drupal\Tests\taxonomy\Kernel\Views

Code

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