You are here

public static property FilterBooleanOperatorDefaultTest::$testViews in Drupal 8

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

Views to be enabled.

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

Type: array

Overrides ViewsKernelTestBase::$testViews

File

core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorDefaultTest.php, line 24

Class

FilterBooleanOperatorDefaultTest
Tests the queryOpBoolean() with default operator.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

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