You are here

public static property LocaleStringIsSafeTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php \Drupal\Tests\locale\Kernel\LocaleStringIsSafeTest::modules
  2. 10 core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php \Drupal\Tests\locale\Kernel\LocaleStringIsSafeTest::modules

Modules to enable.

Type: array

Overrides KernelTestBase::$modules

File

core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php, line 19

Class

LocaleStringIsSafeTest
Tests locale translation safe string handling.

Namespace

Drupal\Tests\locale\Kernel

Code

public static $modules = [
  'locale',
  'locale_test',
];