You are here

public static property BulkFormTest::$modules in Contact Storage 8

Modules to be enabled.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/BulkFormTest.php, line 26

Class

BulkFormTest
Tests a contact message bulk form.

Namespace

Drupal\Tests\contact_storage\Functional

Code

public static $modules = [
  'contact_storage',
  'contact_test_views',
  'language',
];