You are here

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

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/payment/tests/src/Kernel/Entity/PaymentTest.php, line 42

Class

PaymentTest
Tests the payment entity.

Namespace

Drupal\Tests\commerce_payment\Kernel\Entity

Code

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