You are here

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

Modules to enable.

Type: array

Overrides InvoiceKernelTestBase::$modules

File

tests/src/Kernel/InvoiceGeneratorTest.php, line 29

Class

InvoiceGeneratorTest
Tests the invoice generator service.

Namespace

Drupal\Tests\commerce_invoice\Kernel

Code

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