You are here

public static property RevisionCreateTimestampTest::$testViews in Drupal 10

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

Class

RevisionCreateTimestampTest
Ensures that the revision create time can be accessed in views.

Namespace

Drupal\Tests\node\Kernel\Views

Code

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