You are here

protected static property RequestParamConditionTest::$modules in Condition Query 8

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/RequestParamConditionTest.php, line 36

Class

RequestParamConditionTest
Tests that the Request Param Condition is working properly.

Namespace

Drupal\Tests\condition_query\Kernel

Code

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