You are here

public static property LatestRevisionFilterTest::$testViews in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php \Drupal\Tests\views\Kernel\Entity\LatestRevisionFilterTest::testViews
  2. 9 core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php \Drupal\Tests\views\Kernel\Entity\LatestRevisionFilterTest::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/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php, line 21

Class

LatestRevisionFilterTest
Tests the 'Latest revision' filter.

Namespace

Drupal\Tests\views\Kernel\Entity

Code

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