You are here

protected static property LocaleBuildTest::$modules in Drupal 10

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

File

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

Class

LocaleBuildTest
Tests building the translatable project information.

Namespace

Drupal\Tests\locale\Kernel

Code

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