You are here

public static property FilterBooleanOperatorStringTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/views/src/Tests/Handler/FilterBooleanOperatorStringTest.php \Drupal\views\Tests\Handler\FilterBooleanOperatorStringTest::modules

The modules to enable for this test.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/views/src/Tests/Handler/FilterBooleanOperatorStringTest.php, line 27
Contains \Drupal\views\Tests\Handler\FilterBooleanOperatorStringTest.

Class

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

Namespace

Drupal\views\Tests\Handler

Code

public static $modules = array(
  'system',
);