You are here

public static property StripeIntegrationTestBase::$modules in Commerce Stripe 8

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

tests/src/Kernel/StripeIntegrationTestBase.php, line 13

Class

StripeIntegrationTestBase

Namespace

Drupal\Tests\commerce_stripe\Kernel

Code

public static $modules = [
  'commerce_payment',
  'commerce_stripe',
  'commerce_stripe_test',
];