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_ui/src/Tests/HandlerTest.php \Drupal\views_ui\Tests\HandlerTest::testViews

Views used by this test.

Type: array

File

core/modules/views_ui/src/Tests/HandlerTest.php, line 34
Contains \Drupal\views_ui\Tests\HandlerTest.

Class

HandlerTest
Tests handler UI for views.

Namespace

Drupal\views_ui\Tests

Code

public static $testViews = array(
  'test_view_empty',
  'test_view_broken',
  'node',
  'test_node_view',
);