You are here

public static property SquareApiIntegrationTest::$modules in Commerce Square Connect 8

Modules to enable.

Note that when a child class declares its own $modules list, that list doesn't override this one, it just extends it.

Type: array

Overrides CommerceKernelTestBase::$modules

File

tests/src/Kernel/SquareApiIntegrationTest.php, line 28

Class

SquareApiIntegrationTest
Tests the Square SDK integration with Commerce.

Namespace

Drupal\Tests\commerce_square\Kernel

Code

public static $modules = [
  'profile',
  'entity_reference_revisions',
  'state_machine',
  'commerce_order',
  'commerce_payment',
  'commerce_square',
  'commerce_number_pattern',
];