You are here

public static property ArgumentDefaultTest::$testViews in Drupal 10

Same name in this branch
  1. 10 core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php \Drupal\Tests\views\Functional\Plugin\ArgumentDefaultTest::testViews
  2. 10 core/modules/user/tests/src/Kernel/Views/ArgumentDefaultTest.php \Drupal\Tests\user\Kernel\Views\ArgumentDefaultTest::testViews
Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php \Drupal\Tests\views\Functional\Plugin\ArgumentDefaultTest::testViews
  2. 9 core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php \Drupal\Tests\views\Functional\Plugin\ArgumentDefaultTest::testViews

Views used by this test.

Type: array

File

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

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',
];