You are here

public static property ContactStorageTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/contact/src/Tests/ContactStorageTest.php \Drupal\contact\Tests\ContactStorageTest::modules

Modules to enable.

Type: array

Overrides ContactSitewideTest::$modules

File

core/modules/contact/src/Tests/ContactStorageTest.php, line 31
Contains \Drupal\contact\Tests\ContactStorageTest.

Class

ContactStorageTest
Tests storing contact messages.

Namespace

Drupal\contact\Tests

Code

public static $modules = [
  'block',
  'text',
  'contact',
  'field_ui',
  'contact_storage_test',
  'contact_test',
];