You are here

protected static property FilterBooleanOperatorStringTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php \Drupal\Tests\views\Kernel\Handler\FilterBooleanOperatorStringTest::modules
  2. 10 core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php \Drupal\Tests\views\Kernel\Handler\FilterBooleanOperatorStringTest::modules

The modules to enable for this test.

Type: array

Overrides ViewsKernelTestBase::$modules

File

core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php, line 22

Class

FilterBooleanOperatorStringTest
Tests the core Drupal\views\Plugin\views\filter\BooleanOperatorString handler.

Namespace

Drupal\Tests\views\Kernel\Handler

Code

protected static $modules = [
  'system',
];