You are here

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

The modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

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

Class

LicenseDeletionTest
Tests deleting a license revokes it.

Namespace

Drupal\Tests\commerce_license\Kernel

Code

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