You are here

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

Modules to enable.

Type: array

Overrides CartKernelTestBase::$modules

File

tests/src/Kernel/CommerceAvailabilityExistingRightsTest.php, line 41

Class

CommerceAvailabilityExistingRightsTest
Tests a product is not added to the cart when the user has existing rights.

Namespace

Drupal\Tests\commerce_license\Kernel

Code

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