You are here

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

The modules to load to run the test.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/JsAssetTest.php, line 49

Class

JsAssetTest
Functional tests for the Mautic module.

Namespace

Drupal\Tests\mautic\Functional

Code

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