You are here

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

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

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/contact/src/Tests/Views/ContactFieldsTest.php, line 24
Contains \Drupal\contact\Tests\Views\ContactFieldsTest.

Class

ContactFieldsTest
Tests which checks that no fieldapi fields are added on contact.

Namespace

Drupal\contact\Tests\Views

Code

public static $modules = array(
  'field',
  'text',
  'contact',
);