You are here

public static property PaymentMethodStorageTest::$modules in Commerce Core 8.2

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/payment/tests/src/Kernel/PaymentMethodStorageTest.php, line 51

Class

PaymentMethodStorageTest
Tests the payment method storage.

Namespace

Drupal\Tests\commerce_payment\Kernel

Code

public static $modules = [
  'commerce_payment',
  'commerce_payment_example',
];