You are here

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

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

Modules to enable.

Type: array

File

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

Class

LocalePluralFormatTest
Tests plural handling for various languages.

Namespace

Drupal\locale\Tests

Code

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