You are here

public static property ConfigTranslationDateFormatUiTest::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/config_translation/src/Tests/ConfigTranslationDateFormatUiTest.php \Drupal\config_translation\Tests\ConfigTranslationDateFormatUiTest::modules

File

core/modules/config_translation/src/Tests/ConfigTranslationDateFormatUiTest.php, line 20
Contains \Drupal\config_translation\Tests\ConfigTranslationDateFormatUiTest.

Class

ConfigTranslationDateFormatUiTest
Tests the content translation behaviours on date formats.

Namespace

Drupal\config_translation\Tests

Code

public static $modules = array(
  'language',
  'config_translation',
  'system',
);