You are here

public static property OrderIntegrationTest::$modules in Commerce Invoice 8.2

Modules to enable.

Type: array

Overrides InvoiceKernelTestBase::$modules

File

tests/src/Kernel/OrderIntegrationTest.php, line 35

Class

OrderIntegrationTest
Tests integration with order events.

Namespace

Drupal\Tests\commerce_invoice\Kernel

Code

public static $modules = [
  'commerce_product',
];