You are here

public static property ViewElementTest::$testViews in Drupal 9

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

Views used by this test.

Type: array

File

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

Class

ViewElementTest
Tests the view render element.

Namespace

Drupal\Tests\views\Functional

Code

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