You are here

public static property ViewsIntegrationTest::$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/ViewsIntegrationTest.php, line 17

Class

ViewsIntegrationTest
Test Views integration.

Namespace

Drupal\Tests\commerce_reports\Kernel

Code

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