You are here

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

Same name in this branch
  1. 8.2 modules/payment/tests/src/Functional/PaymentMethodTest.php \Drupal\Tests\commerce_payment\Functional\PaymentMethodTest::modules
  2. 8.2 modules/payment/tests/src/FunctionalJavascript/PaymentMethodTest.php \Drupal\Tests\commerce_payment\FunctionalJavascript\PaymentMethodTest::modules
  3. 8.2 modules/payment/tests/src/Kernel/Entity/PaymentMethodTest.php \Drupal\Tests\commerce_payment\Kernel\Entity\PaymentMethodTest::modules

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/payment/tests/src/Kernel/Entity/PaymentMethodTest.php, line 33

Class

PaymentMethodTest
Tests the payment method entity.

Namespace

Drupal\Tests\commerce_payment\Kernel\Entity

Code

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