You are here

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

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/payment/tests/src/Kernel/PaymentOrderUpdaterTest.php, line 63

Class

PaymentOrderUpdaterTest
Tests the payment order updater.

Namespace

Drupal\Tests\commerce_payment\Kernel

Code

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