public static property ReportQueryBuilderTest::$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/ ReportQueryBuilderTest.php, line 17
Class
- ReportQueryBuilderTest
- Tests ReportQueryBuilder.
Namespace
Drupal\Tests\commerce_reports\KernelCode
public static $modules = [
'entity_reference_revisions',
'profile',
'state_machine',
'commerce_order',
'commerce_reports',
];