You are here

public static property RevisionUidTest::$testViews in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php \Drupal\Tests\node\Kernel\Views\RevisionUidTest::testViews
  2. 10 core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php \Drupal\Tests\node\Kernel\Views\RevisionUidTest::testViews

Views used by this test.

Type: array

Overrides ViewsKernelTestBase::$testViews

File

core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php, line 39

Class

RevisionUidTest
Tests the node_revision_uid field.

Namespace

Drupal\Tests\node\Kernel\Views

Code

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