public static property ArgumentDefaultTest::$testViews

Same name in this branch
  1. 9.x drupal/core/modules/views/lib/Drupal/views/Tests/User/ArgumentDefaultTest.php \Drupal\views\Tests\User\ArgumentDefaultTest::testViews
  2. 9.x drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ArgumentDefaultTest.php \Drupal\views\Tests\Plugin\ArgumentDefaultTest::testViews

Views used by this test.

Type: array

File

drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ArgumentDefaultTest.php, line 23
Definition of Drupal\views\Tests\Plugin\ArgumentDefaultTest.

Class

ArgumentDefaultTest
Basic test for pluggable argument default.

Namespace

Drupal\views\Tests\Plugin

Code

public static $testViews = array(
  'test_view',
  'test_argument_default_fixed',
  'test_argument_default_current_user',
);