You are here

protected static property LocaleUpdateTest::$modules in Drupal 10

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

File

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

Class

LocaleUpdateTest
Tests for updating the interface translations of projects.

Namespace

Drupal\Tests\locale\Kernel

Code

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