You are here

public static property FieldWebTest::$testViews in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/views/src/Tests/Handler/FieldWebTest.php \Drupal\views\Tests\Handler\FieldWebTest::testViews

Views used by this test.

Type: array

File

core/modules/views/src/Tests/Handler/FieldWebTest.php, line 33
Contains \Drupal\views\Tests\Handler\FieldWebTest.

Class

FieldWebTest
Tests fields from within a UI.

Namespace

Drupal\views\Tests\Handler

Code

public static $testViews = array(
  'test_view',
  'test_field_classes',
  'test_field_output',
  'test_click_sort',
);