You are here

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

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/payment/tests/src/Kernel/PaymentOptionsBuilderTest.php, line 41

Class

PaymentOptionsBuilderTest
Tests the payment options builder.

Namespace

Drupal\Tests\commerce_payment\Kernel

Code

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