public static property ArgumentDefaultTest::$testViews

Same name in this branch
  1. 8.x drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ArgumentDefaultTest.php \Drupal\views\Tests\Plugin\ArgumentDefaultTest::testViews
  2. 8.x drupal/core/modules/user/lib/Drupal/user/Tests/Views/ArgumentDefaultTest.php \Drupal\user\Tests\Views\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',
);