You are here

protected static property TimezoneTest::$modules in Drupal 10

Same name in this branch
  1. 10 core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php \Drupal\KernelTests\Core\Datetime\Element\TimezoneTest::modules
  2. 10 core/modules/system/tests/src/Kernel/Timezone/TimezoneTest.php \Drupal\Tests\system\Kernel\Timezone\TimezoneTest::modules
Same name and namespace in other branches
  1. 8 core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php \Drupal\KernelTests\Core\Datetime\Element\TimezoneTest::modules
  2. 9 core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php \Drupal\KernelTests\Core\Datetime\Element\TimezoneTest::modules

File

core/tests/Drupal/KernelTests/Core/Datetime/Element/TimezoneTest.php, line 27

Class

TimezoneTest
Tests the timezone handling of datetime and datelist element types.

Namespace

Drupal\KernelTests\Core\Datetime\Element

Code

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