You are here

public static property ProductAdminTest::$modules in Commerce Core 8.2

Modules to enable.

Type: array

Overrides ProductBrowserTestBase::$modules

File

modules/product/tests/src/Functional/ProductAdminTest.php, line 37

Class

ProductAdminTest
Create, view, edit, delete, and change products.

Namespace

Drupal\Tests\commerce_product\Functional

Code

public static $modules = [
  'file',
  'image',
];