You are here

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

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/payment/tests/src/Kernel/OrderPaidSubscriberTest.php, line 33

Class

OrderPaidSubscriberTest
Tests the OrderPaidSubscriber.

Namespace

Drupal\Tests\commerce_payment\Kernel

Code

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