You are here

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

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

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/user/src/Tests/UserActionConfigSchemaTest.php, line 29
Contains \Drupal\user\Tests\UserActionConfigSchemaTest.

Class

UserActionConfigSchemaTest
Ensures the user action for adding and removing roles have valid config schema.

Namespace

Drupal\user\Tests

Code

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