You are here

protected static property LocaleStringIsSafeTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 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

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