You are here

public static property GlossaryViewTest::$testViews in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php \Drupal\Tests\views\FunctionalJavascript\GlossaryViewTest::testViews
  2. 10 core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php \Drupal\Tests\views\FunctionalJavascript\GlossaryViewTest::testViews

The test Views to enable.

Type: array

File

core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php, line 36

Class

GlossaryViewTest
Tests the basic AJAX functionality of the Glossary View.

Namespace

Drupal\Tests\views\FunctionalJavascript

Code

public static $testViews = [
  'test_glossary',
];