You are here

public static property LatestTranslationAffectedRevisionTest::$testViews in Drupal 10

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

Class

LatestTranslationAffectedRevisionTest
Tests the 'Latest translation affected revision' filter.

Namespace

Drupal\Tests\views\Kernel\Entity

Code

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