You are here

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

Modules to enable.

Type: array

Overrides CommerceWebDriverTestBase::$modules

File

tests/src/FunctionalJavascript/InvoiceTypeTest.php, line 20

Class

InvoiceTypeTest
Tests the invoice type UI.

Namespace

Drupal\Tests\commerce_invoice\FunctionalJavascript

Code

public static $modules = [
  'commerce_invoice',
  'commerce_invoice_test',
];