You are here

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

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

Modules to enable.

Type: array

Overrides LocaleUpdateBase::$modules

File

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

Class

LocaleUpdateInterfaceTest
Tests for the user interface of project interface translations.

Namespace

Drupal\locale\Tests

Code

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