You are here

protected static property LocaleTranslationProjectsTest::$modules in Drupal 10

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

File

core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php, line 17

Class

LocaleTranslationProjectsTest
Tests locale translation project handling.

Namespace

Drupal\Tests\locale\Kernel

Code

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