You are here

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

Modules to enable.

Type: array

Overrides CartKernelTestBase::$modules

File

tests/src/Kernel/CommerceOrderSyncTest.php, line 66

Class

CommerceOrderSyncTest
Tests changes to an order are synchronized to the license.

Namespace

Drupal\Tests\commerce_license\Kernel

Code

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