You are here

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

The modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

tests/src/Kernel/LicenseGrantSetFieldTest.php, line 19

Class

LicenseGrantSetFieldTest
Tests the a field can be set on the license when granted and revoked.

Namespace

Drupal\Tests\commerce_license\Kernel

Code

public static $modules = [
  'recurring_period',
  'commerce_license',
  'commerce_license_test',
  'interval',
];