You are here

public static property RoleGrantedLockingTest::$modules in Commerce License 8.2

The modules to enable.

Type: array

Overrides CommerceBrowserTestBase::$modules

File

tests/src/Functional/RoleGrantedLockingTest.php, line 26

Class

RoleGrantedLockingTest
Tests that a role granted by a license can't be removed in the user form.

Namespace

Drupal\Tests\commerce_license\Functional

Code

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