You are here

public static property ArgumentNodeRevisionIdTest::$testViews in Drupal 10

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

Class

ArgumentNodeRevisionIdTest
Tests the node_vid handler.

Namespace

Drupal\Tests\node\Kernel\Views

Code

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