You are here

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

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

Modules to enable.

Type: array

File

core/modules/contact/src/Tests/ContactLanguageTest.php, line 28
Contains \Drupal\contact\Tests\ContactLanguageTest.

Class

ContactLanguageTest
Tests contact messages with language module.

Namespace

Drupal\contact\Tests

Code

public static $modules = array(
  'contact',
  'language',
  'contact_test',
);