You are here

public static property HandlerTest::$testViews in Drupal 8

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

Views used by this test.

Type: array

File

core/modules/views_ui/tests/src/Functional/HandlerTest.php, line 34

Class

HandlerTest
Tests handler UI for views.

Namespace

Drupal\Tests\views_ui\Functional

Code

public static $testViews = [
  'test_view_empty',
  'test_view_broken',
  'node',
  'test_node_view',
];