You are here

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

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

Modules to enable.

Type: array

File

core/modules/locale/src/Tests/LocaleStringTest.php, line 25
Contains \Drupal\locale\Tests\LocaleStringTest.

Class

LocaleStringTest
Tests the locale string storage, string objects and data API.

Namespace

Drupal\locale\Tests

Code

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