You are here

public static property ViewsKernelTestBase::$testViews in Drupal 9

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

Views to be enabled.

Test classes should override this property and provide the list of testing views.

Type: array

File

core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php, line 25

Class

ViewsKernelTestBase
Defines a base class for Views kernel testing.

Namespace

Drupal\Tests\views\Kernel

Code

public static $testViews = [];