You are here

public static property OrderReportTest::$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/ReportType/OrderReportTest.php, line 21

Class

OrderReportTest
Tests the `commerce_order_report` entity.

Namespace

Drupal\Tests\commerce_reports\Kernel\ReportType

Code

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