You are here

protected static property DelegatableRolesTest::$modules in Role Delegation 8

The modules to enable for this test.

Type: array

Overrides KernelTestBase::$modules

File

tests/src/Kernel/DelegatableRolesTest.php, line 23

Class

DelegatableRolesTest
@coversDefaultClass \Drupal\role_delegation\DelegatableRoles

Namespace

Drupal\Tests\role_delegation\Kernel

Code

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