protected static property FilterBooleanOperatorStringTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php \Drupal\Tests\views\Kernel\Handler\FilterBooleanOperatorStringTest::modules
- 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\HandlerCode
protected static $modules = [
'system',
];