You are here

public static property UserRoleAdminTest::$modules in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/user/src/Tests/UserRoleAdminTest.php \Drupal\user\Tests\UserRoleAdminTest::modules

Modules to enable.

Type: string[]

File

core/modules/user/src/Tests/UserRoleAdminTest.php, line 33
Contains \Drupal\user\Tests\UserRoleAdminTest.

Class

UserRoleAdminTest
Tests adding, editing and deleting user roles and changing role weights.

Namespace

Drupal\user\Tests

Code

public static $modules = [
  'block',
];