You are here

protected static property LocaleConfigSubscriberTest::$modules in Drupal 10

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

File

core/modules/locale/tests/src/Kernel/LocaleConfigSubscriberTest.php, line 21

Class

LocaleConfigSubscriberTest
Tests that shipped configuration translations are updated correctly.

Namespace

Drupal\Tests\locale\Kernel

Code

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