You are here

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

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/payment/tests/src/Kernel/ViewsIntegrationTest.php, line 22

Class

ViewsIntegrationTest
Tests that a view can be made of payment methods.

Namespace

Drupal\Tests\commerce_payment\Kernel

Code

public static $modules = [
  'address',
  'entity_reference_revisions',
  'profile',
  'state_machine',
  'commerce_product',
  'commerce_order',
  'commerce_payment',
  'commerce_payment_example',
  'commerce_payment_test',
];