public static property ArgumentDefaultTest::$testViews

Same name in this branch

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