You are here

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

Modules to enable.

Type: array

Overrides InvoiceKernelTestBase::$modules

File

tests/src/Kernel/InvoiceConfirmationTest.php, line 68

Class

InvoiceConfirmationTest
Tests the sending of multilingual invoice confirmation emails.

Namespace

Drupal\Tests\commerce_invoice\Kernel

Code

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