You are here

public static property LiftCustomFieldTest::$modules in Mautic Integration 8

The modules to load to run the test.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/LiftCustomFieldTest.php, line 51

Class

LiftCustomFieldTest
Functional tests for the Mautic module.

Namespace

Drupal\Tests\mautic\Functional

Code

public static $modules = [
  'mautic',
  'node',
  'user',
  'acquia_lift',
];