You are here

protected static property SeparatorTranslationTest::$modules in Drupal 10

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

File

core/modules/datetime_range/tests/src/Kernel/SeparatorTranslationTest.php, line 38

Class

SeparatorTranslationTest
Test to ensure the datetime range separator is translatable.

Namespace

Drupal\Tests\datetime_range\Kernel

Code

protected static $modules = [
  'datetime',
  'datetime_range',
  'entity_test',
  'field',
  'language',
  'system',
  'user',
];