You are here

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

The modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

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

Class

LicenseStateChangeTest
Tests changes to the license state have the correct effects.

Namespace

Drupal\Tests\commerce_license\Kernel

Code

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