SeparatorTranslationTest::$modules

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

Type: modules

Overrides KernelTestBase::$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

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.