You are here

public static property RoleAssignPermissionTest::$modules in RoleAssign 8

Modules to install.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/RoleAssignPermissionTest.php, line 47

Class

RoleAssignPermissionTest
Tests that users can (un)assign roles based on the RoleAssign settings.

Namespace

Drupal\Tests\roleassign\Functional

Code

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