You are here

protected static property ContactLinkTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php \Drupal\Tests\contact\Functional\Views\ContactLinkTest::modules
  2. 10 core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php \Drupal\Tests\contact\Functional\Views\ContactLinkTest::modules

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/contact/tests/src/Functional/Views/ContactLinkTest.php, line 30

Class

ContactLinkTest
Tests the contact link field.

Namespace

Drupal\Tests\contact\Functional\Views

Code

protected static $modules = [
  'contact_test_views',
];