You are here

public static property ContactLinkTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/contact/src/Tests/Views/ContactLinkTest.php, line 35
Contains \Drupal\contact\Tests\Views\ContactLinkTest.

Class

ContactLinkTest
Tests the contact link field.

Namespace

Drupal\contact\Tests\Views

Code

public static $modules = array(
  'contact_test_views',
);