You are here

public static property ArgumentUidRevisionTest::$testViews in Drupal 8

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

Class

ArgumentUidRevisionTest
Tests the argument_node_uid_revision handler.

Namespace

Drupal\Tests\node\Kernel\Views

Code

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