ArgumentDefaultTest::$testViews

Views used by this test.

Type: array

File

core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php, line 27

Class

ArgumentDefaultTest
Tests pluggable argument_default for views.

Namespace

Drupal\Tests\views\Functional\Plugin

Code

public static $testViews = [
  'test_view',
  'test_argument_default_fixed',
  'test_argument_default_current_user',
  'test_argument_default_node',
  'test_argument_default_query_param',
  'test_argument_default_node_with_page',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.