You are here

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

The modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

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

Class

LicenseSetExpiryTest
Tests that a license gets its expiry date set when activated.

Namespace

Drupal\Tests\commerce_license\Kernel

Code

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