You are here

public static property HandlerTest::$testViews in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/views_ui/src/Tests/HandlerTest.php \Drupal\views_ui\Tests\HandlerTest::testViews
  2. 8 core/modules/views/src/Tests/Handler/HandlerTest.php \Drupal\views\Tests\Handler\HandlerTest::testViews
Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Handler/HandlerTest.php \Drupal\views\Tests\Handler\HandlerTest::testViews

Views used by this test.

Type: array

File

core/modules/views/src/Tests/Handler/HandlerTest.php, line 31
Contains \Drupal\views\Tests\Handler\HandlerTest.

Class

HandlerTest
Tests abstract handler definitions.

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