public static property HandlerTest::$testViews

Same name in this branch

Views used by this test.

Type: array

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/HandlerTest.php, line 24
Definition of Drupal\views\Tests\Handler\HandlerTest.

Class

HandlerTest
Tests abstract handlers of views.

Namespace

Drupal\views\Tests\Handler

Code

public static $testViews = array(
  'test_view',
  'test_view_handler_weight',
  'test_handler_relationships',
  'test_handler_test_access',
  'test_filter_in_operator_ui',
);