You are here

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/ContactStorageTest.php, line 43

Class

ContactStorageTest
Tests storing contact messages and viewing them through UI.

Namespace

Drupal\Tests\contact_storage\Functional

Code

public static $modules = [
  'text',
  'block',
  'contact',
  'language',
  'field_ui',
  'contact_test',
  'contact_storage',
  'filter',
];