You are here

public static property OrderReportGenerationTest::$modules in Commerce Reporting 8

Modules to enable.

Note that when a child class declares its own $modules list, that list doesn't override this one, it just extends it.

Type: array

Overrides CommerceKernelTestBase::$modules

File

tests/src/Kernel/OrderReportGenerationTest.php, line 27

Class

OrderReportGenerationTest
Test order report generation.

Namespace

Drupal\Tests\commerce_reports\Kernel

Code

public static $modules = [
  'path',
  'entity_reference_revisions',
  'profile',
  'state_machine',
  'commerce_order',
  'commerce_product',
  'commerce_reports',
];