ContactFieldsTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/contact/tests/src/Kernel/Views/ContactFieldsTest.php \Drupal\Tests\contact\Kernel\Views\ContactFieldsTest::modules
  2. 10 core/modules/contact/tests/src/Kernel/Views/ContactFieldsTest.php \Drupal\Tests\contact\Kernel\Views\ContactFieldsTest::modules
  3. 11.x core/modules/contact/tests/src/Kernel/Views/ContactFieldsTest.php \Drupal\Tests\contact\Kernel\Views\ContactFieldsTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/contact/tests/src/Kernel/Views/ContactFieldsTest.php, line 20

Class

ContactFieldsTest
Tests that no storage is created for the contact_message entity.

Namespace

Drupal\Tests\contact\Kernel\Views

Code

protected static $modules = [
    'contact',
    'field',
    'system',
    'text',
    'user',
    'views',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.