You are here

public static property ViewAjaxTest::$testViews in Drupal 8

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

Views used by this test.

Type: array

File

core/modules/views/tests/src/Functional/ViewAjaxTest.php, line 19

Class

ViewAjaxTest
Tests the ajax view functionality.

Namespace

Drupal\Tests\views\Functional

Code

public static $testViews = [
  'test_ajax_view',
  'test_view',
];