You are here

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

Same name and namespace in other branches
  1. 8.0 core/modules/user/src/Tests/Condition/UserRoleConditionTest.php \Drupal\user\Tests\Condition\UserRoleConditionTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/user/src/Tests/Condition/UserRoleConditionTest.php, line 56
Contains \Drupal\user\Tests\Condition\UserRoleConditionTest.

Class

UserRoleConditionTest
Tests the user role condition.

Namespace

Drupal\user\Tests\Condition

Code

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