You are here

public static property ProductAddonTest::$modules in Commerce Product Add-on 8

Modules to enable.

Type: array

Overrides CartBrowserTestBase::$modules

File

tests/src/Functional/ProductAddonTest.php, line 37

Class

ProductAddonTest
Functional test of the formatter and form.

Namespace

Drupal\Tests\commerce_pado\Functional

Code

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