You are here

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

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

Modules to enable.

Type: array

File

core/modules/locale/src/Tests/LocaleContentTest.php, line 26
Contains \Drupal\locale\Tests\LocaleContentTest.

Class

LocaleContentTest
Tests you can enable multilingual support on content types and configure a language for a node.

Namespace

Drupal\locale\Tests

Code

public static $modules = array(
  'node',
  'locale',
);